- Clone this repo
- Install pnpm
npm install -g pnpm - Run
pnpm install
- Run:
- Dev:
pnpm dev - Prod:
pnpm build
- Dev:
- Open Chrome Browser and go to
chrome://extensions/ - Turn
Developer ModeOn (at top right) - Click
Load Unpacked(at top left) - Select
distdirectory at the root of the project
content- content script for chrome extension (content_scriptsin manifest.json)content-ui- content script for render UI in user's page (content_scriptsin manifest.json)options- options for chrome extension (options_pagein manifest.json)popup- popup for chrome extension (action.default_popupin manifest.json)