ImageScratch

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

Qu'est-ce que ImageScratch ?

ImageScratch est une extension Chrome développée par ORG, et sa fonction principale est "ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ImageScratch

Téléchargez les fichiers d'extension ImageScratch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
URL Officiel 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.
Taille du Fichier 165 KB
Nombre d'Installations 210
Version Actuelle 1.3.4
Dernière Mise à Jour 2014-01-03
Date de Publication 2014-01-03
Évaluation 1.50/5 Total 2 Évaluations
Développeur ORG
Type de Paiement free
Langues Prises en Charge 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",
        "*:\/\/*\/*"
    ]
}