Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Qu'est-ce que Carla Draw ?
Carla Draw est une extension Chrome développée par boblemarin, et sa fonction principale est "Allows drawing on existing images and saving a nice picture (in SVG format)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Carla Draw
Téléchargez les fichiers d'extension Carla Draw au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
URL Officiel | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Description | Allows drawing on existing images and saving a nice picture (in SVG format) |
Taille du Fichier | 66.32 KB |
Nombre d'Installations | 151 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2021-01-07 |
Date de Publication | 2020-10-18 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | boblemarin |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/boblemarin/carla-draw |
URL de la Page d'Aide | https://github.com/boblemarin/carla-draw/issues |
Langues Prises en Charge | 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" } } |