Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Carla Draw क्या है?
Carla Draw boblemarin द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows drawing on existing images and saving a nice picture (in SVG format)"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Carla Draw एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Search for an image to draw in Google or anywhere on the internet. Choose an image, activate Carla Draw and you will be presented with a minimalistic drawing interface to draw on top of it. At the end of the process, you can save your drawing in SVG format to re-use anywhere it fits. This extension has been created in the context of offering more autonomy in the creative process of mentally disabled artists. Developed by boblemarin for La "S" Grand Atelier in Vielsalm, Belgium.
एक्सटेंशन की मूल जानकारी
नाम | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
आधिकारिक URL | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
विवरण | Allows drawing on existing images and saving a nice picture (in SVG format) |
फ़ाइल का आकार | 66.32 KB |
स्थापना संख्या | 151 |
वर्तमान संस्करण | 0.1.1 |
अंतिम अपडेट | 2021-01-07 |
प्रकाशन तिथि | 2020-10-18 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | boblemarin |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/boblemarin/carla-draw |
सहायता पृष्ठ URL | https://github.com/boblemarin/carla-draw/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Carla Draw", "description": "Allows drawing on existing images and saving a nice picture (in SVG format)", "version": "0.1.1", "icons": { "128": "icon128.png" }, "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon.png" } } |