Carla Draw

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

Co to jest Carla Draw?

Carla Draw to rozszerzenie Chrome opracowane przez boblemarin, a jego główną funkcją jest „Allows drawing on existing images and saving a nice picture (in SVG format)”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Carla Draw

Pobierz pliki rozszerzeń Carla Draw w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Carla Draw Carla Draw
ID aadgclkflodcicnpogggecohecomljdl
Oficjalny URL https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl
Opis Allows drawing on existing images and saving a nice picture (in SVG format)
Rozmiar pliku 66.32 KB
Liczba instalacji 151
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2021-01-07
Data Publikacji 2020-10-18
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper boblemarin
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/boblemarin/carla-draw
Adres URL Strony Pomocy https://github.com/boblemarin/carla-draw/issues
Obsługiwane Języki 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"
    }
}