io-monad / textlint-chrome-extension

textlint Chrome Extension
https://chrome.google.com/webstore/detail/textlint-proofreader/hdongmdneapmhfblomidbafplpanpdmm
GNU General Public License v3.0
50 stars 9 forks source link

textlint Chrome Extension

wercker status GitHub license semantic-release

Chrome Extension that proofreads <textarea> using textlint.

How to build

$ npm install
$ npm run build

To test the built extension, load dist/chrome directory into Chrome.

Build for other browsers

:rocket: The extension experimentally supports Firefox (WebExtensions) and Opera.

Check out Experimental support for other browsers for more details.

Tasks

Watch build

Watch file changes and build it continuously.

$ npm run watch

Pack

Produce a production-packaged zip in packages directory.

$ npm run pack

Release

Versioning and release flow is automated by semantic-release.

Changelog

See Releases

License

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.