Higlighter Chrome V2
September 22, 2023 ยท View on GitHub
My Chrome Extension
Features
- Feature 1
- Feature 2
Install
Setup
Local Development
git clone [this repo]
cd [this repo dir]
npm run deps
npm run watch
This should get you started developing, it will create a build
directory that you can load into your browser as an extension if you turn on
extensions developer mode.

See also Mozilla: Your First Extension and Chrome: Getting Started Tutorial for information about developing extensions.
Contribution
Suggestions and pull requests are welcomed!.
This project was bootstrapped with Chrome Extension CLI