Carla Draw

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

Τι είναι το Carla Draw;

Το Carla Draw είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον boblemarin, και η κύρια λειτουργία του είναι "Allows drawing on existing images and saving a nice picture (in SVG format)".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Carla Draw

Λήψη αρχείων επέκτασης Carla Draw σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Carla Draw Carla Draw
ID aadgclkflodcicnpogggecohecomljdl
Επίσημο URL https://chromewebstore.google.com/detail/carla-draw/aadgclkflodcicnpogggecohecomljdl
Περιγραφή Allows drawing on existing images and saving a nice picture (in SVG format)
Μέγεθος Αρχείου 66.32 KB
Αριθμός Εγκαταστάσεων 151
Τρέχουσα Έκδοση 0.1.1
Τελευταία Ενημέρωση 2021-01-07
Ημερομηνία Δημοσίευσης 2020-10-18
Αξιολόγηση 5.00/5 Συνολικά 1 Αξιολογήσεις
Προγραμματιστής boblemarin
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://github.com/boblemarin/carla-draw
Διεύθυνση URL της Σελίδας Βοήθειας https://github.com/boblemarin/carla-draw/issues
Υποστηριζόμενες Γλώσσες 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"
    }
}