Chrome Extension that proofreads <textarea>
using textlint.
$ npm install
$ npm run build
To test the built extension, load dist/chrome
directory into Chrome.
:rocket: The extension experimentally supports Firefox (WebExtensions) and Opera.
Check out Experimental support for other browsers for more details.
Watch file changes and build it continuously.
$ npm run watch
Produce a production-packaged zip in packages
directory.
$ npm run pack
Versioning and release flow is automated by semantic-release.
master
branch, CI will execute semantic-release after all tests passed.version
field in both package.json
and manifest.json
will be set at the release time.See Releases
This software is licensed under GNU GPLv3. See LICENSE for full text of the license.
Before version 2.0.0, this extension was licensed under The MIT License. Since this extension started to bundle some GPLv3 plugins, I decided to re-license the extension under GPLv3.