Photo to Vector Capture from VectorDad

Crops parts of the screen and converts it to silhouette vector SVG.

Τι είναι το Photo to Vector Capture from VectorDad;

Το Photo to Vector Capture from VectorDad είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον VectorDad, και η κύρια λειτουργία του είναι "Crops parts of the screen and converts it to silhouette vector SVG.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης Photo to Vector Capture from VectorDad

Λήψη αρχείων επέκτασης Photo to Vector Capture from VectorDad σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

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

                        Vector Capture Chrome Extension from vectordad.com brings you a unique way to capture images from the internet and automatically convert the same into a vector SVG file. Convert images to vector files the fastest way for FREE.                    

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

Όνομα Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
Επίσημο URL https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Περιγραφή Crops parts of the screen and converts it to silhouette vector SVG.
Μέγεθος Αρχείου 56.07 KB
Αριθμός Εγκαταστάσεων 317
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2022-07-19
Ημερομηνία Δημοσίευσης 2022-07-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής VectorDad
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://vectordad.com
Διεύθυνση URL της Σελίδας Βοήθειας https://vectordad.com/speak-to-us/
URL της Σελίδας Πολιτικής Απορρήτου https://vectordad.com/privacy-policy
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0",
    "name": "Photo to Vector Capture from VectorDad",
    "description": "Crops parts of the screen and converts it to silhouette vector SVG.",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "optional_permissions": [],
    "web_accessible_resources": [
        {
            "resources": [
                "Jcrop.gif",
                "pixel.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; ",
        "sandbox": "sandbox allow-scripts; script-src 'self' 'https:\/\/apis.google.com\/' 'https:\/\/www.gstatic.com\/' 'https:\/\/*.firebaseio.com' 'https:\/\/www.googleapis.com' 'https:\/\/ajax.googleapis.com'; object-src 'self'"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "icon.png",
            "32": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "icons": {
        "16": "icon.png",
        "32": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}