Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Cos'è Carla Draw?
Carla Draw è un'estensione di Chrome sviluppata da boblemarin, e la sua funzione principale è "Allows drawing on existing images and saving a nice picture (in SVG format)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Carla Draw
Scarica i file di estensione Carla Draw in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
URL Ufficiale | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Descrizione | Allows drawing on existing images and saving a nice picture (in SVG format) |
Dimensione del File | 66.32 KB |
Conteggio Installazioni | 151 |
Versione Corrente | 0.1.1 |
Ultimo Aggiornamento | 2021-01-07 |
Data di Pubblicazione | 2020-10-18 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | boblemarin |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/boblemarin/carla-draw |
URL della Pagina di Aiuto | https://github.com/boblemarin/carla-draw/issues |
Lingue Supportate | 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" } } |