ImageScratch

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

Co je ImageScratch?

ImageScratch je rozšíření Chrome vyvinuté ORG, a jeho hlavní funkcí je „ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření ImageScratch

Stáhněte si soubory rozšíření ImageScratch ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
Oficiální URL https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
Popis ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
Velikost souboru 165 KB
Počet instalací 210
Aktuální Verze 1.3.4
Poslední Aktualizace 2014-01-03
Datum Vydání 2014-01-03
Hodnocení 1.50/5 Celkem 2 Hodnocení
Vývojář ORG
Typ Platby free
Podporované Jazyky 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",
        "*:\/\/*\/*"
    ]
}