ImageScratch

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

Cos'è ImageScratch?

ImageScratch è un'estensione di Chrome sviluppata da ORG, e la sua funzione principale è "ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione ImageScratch

Scarica i file di estensione ImageScratch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
URL Ufficiale https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
Descrizione ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
Dimensione del File 165 KB
Conteggio Installazioni 210
Versione Corrente 1.3.4
Ultimo Aggiornamento 2014-01-03
Data di Pubblicazione 2014-01-03
Valutazione 1.50/5 Totale 2 Valutazioni
Sviluppatore ORG
Tipo di Pagamento free
Lingue Supportate 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",
        "*:\/\/*\/*"
    ]
}