Carla Draw

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

Carla Draw là gì?

Carla Draw là một tiện ích mở rộng Chrome được phát triển bởi boblemarin, và tính năng chính của nó là "Allows drawing on existing images and saving a nice picture (in SVG format)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Carla Draw

Tải xuống các tệp mở rộng Carla Draw dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Carla Draw Carla Draw
ID aadgclkflodcicnpogggecohecomljdl
URL Chính Thức https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl
Mô tả Allows drawing on existing images and saving a nice picture (in SVG format)
Kích Thước Tệp 66.32 KB
Số Lần Cài Đặt 151
Phiên Bản Hiện Tại 0.1.1
Cập Nhật Lần Cuối 2021-01-07
Ngày Phát Hành 2020-10-18
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển boblemarin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/boblemarin/carla-draw
URL Trang Trợ Giúp https://github.com/boblemarin/carla-draw/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}