Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Hvad er Carla Draw?
Carla Draw er en Chrome-udvidelse udviklet af boblemarin, og dens hovedfunktion er "Allows drawing on existing images and saving a nice picture (in SVG format)".
Udvidelsesskærmbilleder
Download Carla Draw-udvidelses-CRX-fil
Download Carla Draw-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
Officiel URL | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Beskrivelse | Allows drawing on existing images and saving a nice picture (in SVG format) |
Filstørrelse | 66.32 KB |
Antal Installationer | 151 |
Nuværende Version | 0.1.1 |
Senest Opdateret | 2021-01-07 |
Udgivelsesdato | 2020-10-18 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | boblemarin |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/boblemarin/carla-draw |
Hjælpeside-URL | https://github.com/boblemarin/carla-draw/issues |
Understøttede Sprog | 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" } } |