Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 561 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 561 Bytes

Original code (manifest v2) by https://anobjectisa.com/?author=1

Installation

Make sure you have node.js and npm installed, then run:

npm install

scripts

to build the extension to load unpacked into chrome:

npm run build:prod

to run the dev workflow (with hot code reloading)

npm run build

then visit each route on your browser:

localhost:8080/foreground.html
localhost:8080/options.html
localhost:8080/popup.html

documentation

https://youtu.be/nvm3c6ilcN8

https://anobjectisa.com/?p=135