ImageScratch

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

Co to jest ImageScratch?

ImageScratch to rozszerzenie Chrome opracowane przez ORG, a jego główną funkcją jest „ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia ImageScratch

Pobierz pliki rozszerzeń ImageScratch w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa ImageScratch ImageScratch
ID gfgcencomiikhbpopnbelfiihiahngdp
Oficjalny URL https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp
Opis ImageScratch is the HTML5 tool. you can scratch all images of all web pages, and get it via data URL.
Rozmiar pliku 165 KB
Liczba instalacji 210
Aktualna Wersja 1.3.4
Ostatnia Aktualizacja 2014-01-03
Data Publikacji 2014-01-03
Ocena 1.50/5 Łącznie 2 Oceny
Deweloper ORG
Typ Płatności free
Obsługiwane Języki 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",
        "*:\/\/*\/*"
    ]
}