Image Tracer
Creates a menu to display an image of choice to trace for drawing apps.
Image Tracer क्या है?
Image Tracer Samuel Eiche द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Creates a menu to display an image of choice to trace for drawing apps."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Image Tracer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Upload your image from your device or from URL. Change the opacity, scale and position of the image. Made for drawing apps. Does not include drawing functionality. Icon made by Freepik from www.flaticon.com
एक्सटेंशन की मूल जानकारी
नाम | Image Tracer |
ID | ipihodppfeldhnbnpildmhkgkjkchloh |
आधिकारिक URL | https://chromewebstore.google.com/detail/image-tracer/ipihodppfeldhnbnpildmhkgkjkchloh |
विवरण | Creates a menu to display an image of choice to trace for drawing apps. |
फ़ाइल का आकार | 45.2 KB |
स्थापना संख्या | 990 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-04-06 |
प्रकाशन तिथि | 2020-04-06 |
रेटिंग | 3.33/5 कुल 3 रेटिंग्स |
डेवलपर | Samuel Eiche |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image Tracer", "version": "1.0.2", "description": "Creates a menu to display an image of choice to trace for drawing apps.", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "browser_action": { "default_icon": "icon128.png" }, "icons": { "16": "icon16.png", "32": "icon32.png", "128": "icon128.png" }, "manifest_version": 2 } |