Carla Draw

Allows drawing on existing images and saving a nice picture (in SVG format)

Carla Drawคืออะไร?

Carla Draw เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boblemarin และคุณลักษณะหลักของมันคือ "Allows drawing on existing images and saving a nice picture (in SVG format)"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Carla Draw

ดาวน์โหลดไฟล์ส่วนขยาย 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 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"
    }
}