ImageScratch

ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.

What is ImageScratch?

ImageScratch is a Chrome extension developed by ORG, and its main feature is "ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

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  element at new tab.
5. Scratch and get that via data URL.

Used Plugins: jQuery, sketch.js, Color Picker, spectrum.js                    

Extension Basic Information

Name ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
Official URL https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
Description ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
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",
        "*:\/\/*\/*"
    ]
}