commit | d2430691334312ef05282fee070f69dfa632e974 | [log] [tgz] |
---|---|---|
author | avm99963 <me@avm99963.com> | Sun Feb 07 01:00:27 2021 +0100 |
committer | avm99963 <me@avm99963.com> | Sun Feb 07 01:01:19 2021 +0100 |
tree | d554a0f39a4a0f5cf587dca541256b34ba40d0f7 | |
parent | 476a2a6bd62445fa2c717cd566e8f8e31099bd26 [diff] |
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
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.