All Projects → kevinsqi → save_tabbed_images

kevinsqi / save_tabbed_images

Licence: other
A chrome extension which lets you easily download all images opened in tabs

Programming Languages

javascript
184084 projects - #8 most used programming language

save tabbed images icon

Save Tabbed Images

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.

demo gif

Development

Install node modules:

yarn install

Compile and watch for javascript changes:

yarn run watch

Check for linting errors:

yarn run lint

Packaging for Chrome web store release

  • 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.x and push it with git push origin --tags
  • Build a production version of webpack bundle with yarn run package
  • Create a .zip file of the dist folder named save_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

License

Save Tabbed Images is MIT licensed.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].