Shows the stats from your favorite crowdfunding projects
Go to the extensions page and enable developer mode. Disable the chrome store version from the list and enable the local version. You'll need to remember to gulp every time you make changes to the code.
All changes have to be applied into /js, /css, /img folders. To build the sources into corresponding packages run,
Make sure you have installed gulp via NPM
$ gulpThe /build folder is created. It's recommened to use Chome for development, since it's very easy to create extension from folder with sources.
Need to login to the Google Developer Platform as [email protected] and upload the new zipped version from dist/
Once the changes are in-place and ready for distribution:
- Update all
/vendorpackage file with new version (manifest.json,package.json,Settings.plist). - Update
/vendorbrowser file if necessary. - Run
dist.
$ gulp distThe /dist folder will contain ready to dist packages (except of Safari, that require manual build).
When developing extensions, remember to serve your assets over https
Based on the Likeastore Browser extension https://github.com/likeastore/browser-extension MIT [email protected]
Want to work with us? We're hiring!