Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Was ist Carla Draw?
Carla Draw ist eine Chrome-Erweiterung, die von boblemarin entwickelt wurde, und ihr Hauptmerkmal ist "Allows drawing on existing images and saving a nice picture (in SVG format)".
Erweiterungsscreenshots
Carla Draw-Erweiterungs-CRX-Datei herunterladen
Laden Sie Carla Draw-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
Offizielle URL | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Beschreibung | Allows drawing on existing images and saving a nice picture (in SVG format) |
Dateigröße | 66.32 KB |
Installationsanzahl | 151 |
Aktuelle Version | 0.1.1 |
Letztes Update | 2021-01-07 |
Veröffentlichungsdatum | 2020-10-18 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | boblemarin |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/boblemarin/carla-draw |
Hilfeseite URL | https://github.com/boblemarin/carla-draw/issues |
Unterstützte Sprachen | 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" } } |