ImageScratch
ImageScratch is the HTML5
Co to jest ImageScratch?
ImageScratch to rozszerzenie Chrome opracowane przez ORG, a jego główną funkcją jest „ImageScratch is the HTML5
Zrzuty ekranu rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ImageScratch |
ID | gfgcencomiikhbpopnbelfiihiahngdp |
Oficjalny URL | https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp |
Opis | ImageScratch is the HTML5 |
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", "*:\/\/*\/*" ] } |