Carla Draw

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

Co je Carla Draw?

Carla Draw je rozšíření Chrome vyvinuté boblemarin, a jeho hlavní funkcí je „Allows drawing on existing images and saving a nice picture (in SVG format)“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Carla Draw

Stáhněte si soubory rozšíření Carla Draw ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Carla Draw Carla Draw
ID aadgclkflodcicnpogggecohecomljdl
Oficiální URL https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl
Popis Allows drawing on existing images and saving a nice picture (in SVG format)
Velikost souboru 66.32 KB
Počet instalací 151
Aktuální Verze 0.1.1
Poslední Aktualizace 2021-01-07
Datum Vydání 2020-10-18
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář boblemarin
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://github.com/boblemarin/carla-draw
URL Stránky Nápovědy https://github.com/boblemarin/carla-draw/issues
Podporované Jazyky 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"
    }
}