GoHyper is a Chrome extension to annotate, highlight and interlink text selections on web pages.
- Node.js
- npm
- Bower
- gulp
- gulp-zip
- Run
npm installandbower install. This will set up all dependencies. - Open Chrome or Chromium on chrome://extensions/ and "Load unpacked extension" from the
gohyperdirectory.
- Make sure you increased the version number in
manifest.json. - Check that all added files are mentioned in
gulpfile.js. - Build the extension using
gulp. It will zip all files intogohyper.zipin./distdirectory. - Test this GoHyper version-to-be before publishing.
- Go to GoHyper's Chrome Web Store page and upload the zipped package.
The GoHyper Chrome extension is licensed under the GNU GPLv3.