ImageScratch
ImageScratch is the HTML5
ImageScratch क्या है?
ImageScratch ORG द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "ImageScratch is the HTML5
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ImageScratch एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | ImageScratch |
ID | gfgcencomiikhbpopnbelfiihiahngdp |
आधिकारिक URL | https://chromewebstore.google.com/detail/imagescratch/gfgcencomiikhbpopnbelfiihiahngdp |
विवरण | ImageScratch is the HTML5 |
फ़ाइल का आकार | 165 KB |
स्थापना संख्या | 210 |
वर्तमान संस्करण | 1.3.4 |
अंतिम अपडेट | 2014-01-03 |
प्रकाशन तिथि | 2014-01-03 |
रेटिंग | 1.50/5 कुल 2 रेटिंग्स |
डेवलपर | ORG |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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", "*:\/\/*\/*" ] } |