Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Wat is Carla Draw?
Carla Draw is een Chrome-extensie ontwikkeld door boblemarin, en de belangrijkste functie is "Allows drawing on existing images and saving a nice picture (in SVG format)".
Extensie Screenshots
Download het CRX-bestand van de extensie Carla Draw
Download Carla Draw-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
Officiële URL | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Beschrijving | Allows drawing on existing images and saving a nice picture (in SVG format) |
Bestandsgrootte | 66.32 KB |
Aantal Installaties | 151 |
Huidige Versie | 0.1.1 |
Laatst Bijgewerkt | 2021-01-07 |
Publicatiedatum | 2020-10-18 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | boblemarin |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/boblemarin/carla-draw |
Help Pagina-URL | https://github.com/boblemarin/carla-draw/issues |
Ondersteunde Talen | 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" } } |