Carla Draw
Allows drawing on existing images and saving a nice picture (in SVG format)
Apa itu Carla Draw?
Carla Draw adalah ekstensi Chrome yang dikembangkan oleh boblemarin, dan fitur utamanya adalah "Allows drawing on existing images and saving a nice picture (in SVG format)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Carla Draw
Unduh file ekstensi Carla Draw dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Carla Draw |
ID | aadgclkflodcicnpogggecohecomljdl |
URL Resmi | https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl |
Deskripsi | Allows drawing on existing images and saving a nice picture (in SVG format) |
Ukuran File | 66.32 KB |
Jumlah Instalasi | 151 |
Versi Saat Ini | 0.1.1 |
Terakhir Diperbarui | 2021-01-07 |
Tanggal Publikasi | 2020-10-18 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | boblemarin |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/boblemarin/carla-draw |
URL Halaman Bantuan | https://github.com/boblemarin/carla-draw/issues |
Bahasa yang Didukung | 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" } } |