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 |
Eメール | [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" } } |