Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
什么是Carla Draw?
Carla Draw是由boblemarin开发的Chrome扩展程序,该扩展的主要功能是“Allows drawing on existing images and saving a nice picture (in SVG format)”。
扩展截图
下载Carla Draw扩展crx文件
下载Carla Draw扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
官方URL | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
简介 | Allows drawing on existing images and saving a nice picture (in SVG format) |
文件大小 | 66.32 KB |
安装次数 | 151 |
当前版本 | 0.1.1 |
更新时间 | 2021-01-07 |
上架时间 | 2020-10-18 |
评分 | 5.00/5 共1次评分 |
开发者 | boblemarin |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/boblemarin/carla-draw |
帮助页面URL | https://github.com/boblemarin/carla-draw/issues |
支持的语言 | 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" } } |