ImageScratch
ImageScratch is the HTML5
What is ImageScratch?
ImageScratch is a Chrome extension developed by ORG, and its main feature is "ImageScratch is the HTML5
Extension Screenshots
Download ImageScratch Extension CRX File
Download ImageScratch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
1. Open a web page with images (HTML IMG tags). 2. Click upper right ImageScratch icon (browser action icon). 3. Click an image on the opened list-view of images. 4. The image is drawn on the html5
Extension Basic Information
Name | ImageScratch |
ID | gfgcencomiikhbpopnbelfiihiahngdp |
Official URL | https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp |
Description | ImageScratch is the HTML5 |
File Size | 165 KB |
Installation Count | 210 |
Current Version | 1.3.4 |
Last Updated | 2014-01-03 |
Publish Date | 2014-01-03 |
Rating | 1.50/5 Total 2 Ratings |
Developer | ORG |
Payment Type | free |
Supported Languages | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ImageScratch", "version": "1.3.4", "manifest_version": 2, "description": "__MSG_description__", "default_locale": "en", "icons": { "128": "img\/128.png" }, "background": { "scripts": [ "background\/background.js" ], "persistent": false }, "browser_action": { "default_icon": { "19": "img\/19.png" }, "default_title": "ImageScratch", "default_popup": "popup\/popup.html" }, "web_accessible_resources": [ "img\/*.png" ], "permissions": [ "storage", "*:\/\/*\/*" ] } |