@io-monad/chrome-util
v2.1.0
Published
Collection of utilities for building Chrome extension
Downloads
10
Readme
@io-monad/chrome-util
Collection of utilities for building Chrome extension
API
See API ESDoc
Usage
$ npm install --save @io-monad/chrome-util
import { getVersion } from "@io-monad/chrome-util";
console.log(getVersion());
Build
$ npm install
$ npm run build
Test
$ npm test
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
License
MIT (See LICENSE)