ImageScratch
ImageScratch is the HTML5
Vad är ImageScratch?
ImageScratch är en Chrome-tillägg utvecklad av ORG, och dess huvudfunktion är "ImageScratch is the HTML5
Tilläggsskärmbilder
Ladda ner ImageScratch-förlängningens CRX-fil
Ladda ner ImageScratch-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | gfgcencomiikhbpopnbelfiihiahngdp |
| Officiell webbadress | https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp |
| Beskrivning | ImageScratch is the HTML5 |
| Filstorlek | 165 KB |
| Antal Installationer | 210 |
| Aktuell Version | 1.3.4 |
| Senast Uppdaterad | 2014-01-03 |
| Publiceringsdatum | 2014-01-03 |
| Betyg | 1.50/5 Totalt 2 Betyg |
| Utvecklare | ORG |
| Betalningssätt | free |
| Stödda Språk | 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",
"*:\/\/*\/*"
]
} | |