Carla Draw

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

Vad är Carla Draw?

Carla Draw är en Chrome-tillägg utvecklad av boblemarin, och dess huvudfunktion är "Allows drawing on existing images and saving a nice picture (in SVG format)".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Carla Draw-förlängningens CRX-fil

Ladda ner Carla Draw-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Carla Draw Carla Draw
ID aadgclkflodcicnpogggecohecomljdl
Officiell webbadress https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl
Beskrivning Allows drawing on existing images and saving a nice picture (in SVG format)
Filstorlek 66.32 KB
Antal Installationer 151
Aktuell Version 0.1.1
Senast Uppdaterad 2021-01-07
Publiceringsdatum 2020-10-18
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare boblemarin
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/boblemarin/carla-draw
Hjälpsida URL https://github.com/boblemarin/carla-draw/issues
Stödda Språk 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"
    }
}