d アニメストアの動画再生画面でニコニコ動画のコメントを表示するブラウザ拡張機能です。
- Node.js
- pnpm
- Latest Firefox Based Browser
- Firefox
- etc...
- Latest Chromium Based Browser
- Google Chrome
- Microsoft Edge
- etc...
- Visual Studio Code
Install local dependencies by running:
pnpm install
Run the following command:
pnpm build
This will create a zip file in the dist
directory.
dist/chrome.zip
is for Chromium based browsers.
dist/firefox.zip
is for Firefox based browsers.
Run the following command:
pnpm lint
Run the following command:
pnpm format