Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.03 KB

README.md

File metadata and controls

75 lines (49 loc) · 2.03 KB

d-anime comments viewer

d-comments logo

GitHub release (latest by date) GitHub Code Size in Bytes GitHub Stars GitHub

d アニメストアの動画再生画面でニコニコ動画のコメントを表示するブラウザ拡張機能です。

Installation

Chrome WebStore Firefox Browser ADD-ONS

Development

Requirements

Install dependencies

Install local dependencies by running:

pnpm install

Build

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.

Lint

Run the following command:

pnpm lint

Format

Run the following command:

pnpm format

License

Gnu General Public License v3.0