ImageScratch
ImageScratch is the HTML5
Wat is ImageScratch?
ImageScratch is een Chrome-extensie ontwikkeld door ORG, en de belangrijkste functie is "ImageScratch is the HTML5
Extensie Screenshots
Download het CRX-bestand van de extensie ImageScratch
Download ImageScratch-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | ImageScratch |
ID | gfgcencomiikhbpopnbelfiihiahngdp |
Officiële URL | https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp |
Beschrijving | ImageScratch is the HTML5 |
Bestandsgrootte | 165 KB |
Aantal Installaties | 210 |
Huidige Versie | 1.3.4 |
Laatst Bijgewerkt | 2014-01-03 |
Publicatiedatum | 2014-01-03 |
Beoordeling | 1.50/5 Totaal 2 Beoordelingen |
Ontwikkelaar | ORG |
Betalingswijze | free |
Ondersteunde Talen | 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", "*:\/\/*\/*" ] } |