v6.0.0

Changelog: https://gerrit.avm99963.com/plugins/gitiles/screen-capture/+log/refs/tags/..refs/tags/v6.0.0
Add infrastructure

Add several tools to help with the extension development:

- Add generateManifest.bash to generate the manifest.json file
  dynamically, from a template at templates/manifest.gjson. The
  manifest.gjson file can have lines defining what parts of the manifest
  are added for each target browser.
- Add release.bash to generate the extension ZIP files.
- Add Makefile to serve as a wrapper for the release.bash script.
- Add tagRelease.bash to help tag versions in Git accordingly.

Change-Id: I2395556113649ee0221a61a4a7966492bbdad8e8
7 files changed
tree: d554a0f39a4a0f5cf587dca541256b34ba40d0f7
  1. src/
  2. templates/
  3. .gitignore
  4. generateManifest.bash
  5. Makefile
  6. README.md
  7. release.bash
  8. tagRelease.bash
README.md

Screen Capture

Extension available in the Chrome Web Store.

It lets users capture the visible content of a tab, a region of a web page, or the whole page as a PNG or JPEG image.

It is a fork of the Screen Capture (by Google) open-source extension, maintained by @avm99963. The original extension is no longer maintained by Google.