/context

https://anagora.org/wiki/Web_Extensions

Primary LanguageJavaScript

Context

Based on https://github.com/martellaj/chrome-extension-react-typescript-boilerplate.

See https://anagora.org/wiki/Web_Extensions for more.

Building

  1. apt install npm webpack git
  2. Clone repo
  3. npm i
  4. npm run dev to compile once or npm run watch to run the dev task in watch mode
  5. npm run build to build a production (minified) version

Installation

  1. Complete the steps to build the project above
  2. Go to chrome://extensions in Google Chrome
  3. With the developer mode checkbox ticked, click Load unpacked extension... and select the dist folder from this repo