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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}