Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
O que é Carla Draw?
Carla Draw é uma extensão do Chrome desenvolvida por boblemarin, e sua principal característica é "Allows drawing on existing images and saving a nice picture (in SVG format)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Carla Draw
Baixe arquivos de extensão Carla Draw no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
URL Oficial | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Descrição | Allows drawing on existing images and saving a nice picture (in SVG format) |
Tamanho do Arquivo | 66.32 KB |
Contagem de Instalações | 151 |
Versão Atual | 0.1.1 |
Última Atualização | 2021-01-07 |
Data de Publicação | 2020-10-18 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | boblemarin |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/boblemarin/carla-draw |
URL da Página de Ajuda | https://github.com/boblemarin/carla-draw/issues |
Idiomas Suportados | 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" } } |