A simple and easy-to-use chrome extension to download all images opened as tabs in one click.
Get the extension at the Chrome web store.
Install node modules:
yarn install
Compile and watch for javascript changes:
yarn run watch
Check for linting errors:
yarn run lint
- Update version in dist/manifest.json
- Summarize the changes made from the last release (list pull requests) in CHANGELOG.md
- Create git tag with
git tag x.x.xand push it withgit push origin --tags - Build a production version of webpack bundle with
yarn run package - Create a .zip file of the
distfolder namedsave_tabbed_images_<version>.zip - Create a new release in github and attach the .zip file. In the description, add the summary from CHANGELOG.md.
- Upload the .zip file to the chrome web store
Save Tabbed Images is MIT licensed.
