An attempt at creating a basic browser extension cross-compatible with at least firefox and chrome, that extend tildes functionalities.
There are two version officially supported:
- Chrome: chrome.google.com
- Firefox: addons.mozilla.org
I've positive report of it working on Firefox Mobile and various forks of Chromium that supports extension but I cannot guarantee support for them. However you're welcome to contribute you feel inclined to do so!
Fork the project from the develop
branch if you want to write a new feature.
Fork from master
if you want to write an hotfix.
Remember to run npm install
to install all dependencies.
Available npm commands are:
npm run lint
to validate the code to be compatible with chrome and firefoxnpm run serve
to assemble on the fly a non-packaged source code for testing purposenpm run serve:build
to assemble on the fly a non-packaged source code, as it will be made in the packaged version (aka with uglify)npm run build
to create a distributable source ready to be packaged into an extension