Skip to content

jeffanthony/parity-extension

 
 

Repository files navigation

parity-extension

Parity Chrome Extension

Development

To start developing the extension do:

$ npm install
$ npm start

Then head off to chrome://extensions, click "Load unpacked extension" and point to build directory.

Whenever you change anything the extension will be re-compiled, although you may need to Reload the extension to see the changes.

Releasing

To prepare a release version of the extension run:

$ npm run release

This will create release directory with a zip file required for upload.

Packages

No packages published

Languages

  • JavaScript 87.6%
  • CSS 10.0%
  • HTML 2.4%