ImageScratch

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

O que é ImageScratch?

ImageScratch é uma extensão do Chrome desenvolvida por ORG, e sua principal característica é "ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão ImageScratch

Baixe arquivos de extensão ImageScratch no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
URL Oficial https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
Descrição ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
Tamanho do Arquivo 165 KB
Contagem de Instalações 210
Versão Atual 1.3.4
Última Atualização 2014-01-03
Data de Publicação 2014-01-03
Classificação 1.50/5 Total de 2 Avaliações
Desenvolvedor ORG
Tipo de Pagamento free
Idiomas Suportados 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",
        "*:\/\/*\/*"
    ]
}