|
7 months ago | |
---|---|---|
config | 2 years ago | |
resources | 2 years ago | |
src | 7 months ago | |
.babelrc | 2 years ago | |
.editorconfig | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE.txt | 2 years ago | |
README.md | 7 months ago | |
gulpfile.babel.js | 2 years ago | |
manifest.json | 7 months ago | |
package.json | 1 year ago | |
privacy_policy.md | 7 months ago | |
yarn.lock | 1 year ago |
ReadLaterByEmail webextension generator
Before installing this, you need to check if you have NPM
installed on your computer.
git clone ssh://gogs@git.shikiryu.com:2200/ReadLaterByEmail/webextensions.git
cd webextensions
npm install
npm run build
extension-boilerplate/build/chrome
or (extension-boilerplate/build/opera
)extension-boilerplate/build/firefox
The following tasks can be used when you want to start developing the extension and want to enable live reload -
npm run chrome-watch
npm run opera-watch
npm run firefox-watch
Run npm run dist
to create a zipped, production-ready extension for each browser. You can then upload that to the appstore.
Run npm run sourcezip
for firefox submission
Update https://addons.mozilla.org/fr/developers/addon/shikiryu-readlater/versions/submit/
Update https://addons.opera.com/developer/package/250537/?tab=versions
You can also set custom data variables based on the platform (different variable for Chrome, FF, Opera).
Please open an issue for support.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.
Creative Commons Attribution NonCommercial (CC-BY-NC) © Chouchen
Based on Email This which is licensed under the MIT license.