Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
¿Qué es Carla Draw?
Carla Draw es una extensión de Chrome desarrollada por boblemarin, y su función principal es "Allows drawing on existing images and saving a nice picture (in SVG format)".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Carla Draw
Descarga archivos de extensión Carla Draw en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
URL Oficial | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Descripción | Allows drawing on existing images and saving a nice picture (in SVG format) |
Tamaño del Archivo | 66.32 KB |
Cantidad de Instalaciones | 151 |
Versión Actual | 0.1.1 |
Última Actualización | 2021-01-07 |
Fecha de Publicación | 2020-10-18 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | boblemarin |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://github.com/boblemarin/carla-draw |
URL de la Página de Ayuda | https://github.com/boblemarin/carla-draw/issues |
Idiomas Soportados | 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" } } |