Browser extension for PaperHive (Chrome and Firefox)
JavaScript
1
338 commits
updated Jul 19, 2016
The PaperHive browser extension informs you about dicussions on articles while you are browsing. This is how it looks like:
In order to protect your privacy, the extension is only active on whitelisted pages (search for whitelist in the source).
The extension can be installed for both
##Build instructions
config.json.default to config.json and adapt to your needs.npm run install-deps for installing all dependencies.npm run build:chrome. This will build the extension in ./build/../build/ directory.For development, use
npm run watch
to enable live rebuild of the extension.
##Distribution
package.json,src/manifest.json.chrome,src/manifest.json.firefox, andbower.json.master branch.git tag v0.1.0
git push --tags
npm run zip
and upload ./paperhive.zip to PaperHive's web store page.npm run xpi
and upload ./paperhive.xpi to PaperHive's Mozilla add-on page.The PaperHive Chrome Extension is licensed under the GPL3 license.
JavaScript
70.8%
HTML
23.8%
CSS
5.4%
Browser extension for PaperHive (Chrome and Firefox)
JavaScript
1
338 commits
updated Jul 19, 2016
The PaperHive browser extension informs you about dicussions on articles while you are browsing. This is how it looks like:
In order to protect your privacy, the extension is only active on whitelisted pages (search for whitelist in the source).
The extension can be installed for both
##Build instructions
config.json.default to config.json and adapt to your needs.npm run install-deps for installing all dependencies.npm run build:chrome. This will build the extension in ./build/../build/ directory.For development, use
npm run watch
to enable live rebuild of the extension.
##Distribution
package.json,src/manifest.json.chrome,src/manifest.json.firefox, andbower.json.master branch.git tag v0.1.0
git push --tags
npm run zip
and upload ./paperhive.zip to PaperHive's web store page.npm run xpi
and upload ./paperhive.xpi to PaperHive's Mozilla add-on page.The PaperHive Chrome Extension is licensed under the GPL3 license.
JavaScript
70.8%
HTML
23.8%
CSS
5.4%