Carla Draw

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

What is Carla Draw?

Carla Draw is a Chrome extension developed by boblemarin, and its main feature is "Allows drawing on existing images and saving a nice picture (in SVG format)".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Carla Draw Extension CRX File

Download Carla Draw extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Carla Draw Carla Draw
ID aadgclkflodcicnpogggecohecomljdl
Official URL https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl
Description Allows drawing on existing images and saving a nice picture (in SVG format)
File Size 66.32 KB
Installation Count 151
Current Version 0.1.1
Last Updated 2021-01-07
Publish Date 2020-10-18
Rating 5.00/5 Total 1 Ratings
Developer boblemarin
Email [email protected]
Payment Type free
Extension Website https://github.com/boblemarin/carla-draw
Help Page URL https://github.com/boblemarin/carla-draw/issues
Supported Languages 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"
    }
}