Photo to Vector Capture from VectorDad

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

Was ist Photo to Vector Capture from VectorDad?

Photo to Vector Capture from VectorDad ist eine Chrome-Erweiterung, die von VectorDad entwickelt wurde, und ihr Hauptmerkmal ist "Crops parts of the screen and converts it to silhouette vector SVG.".

Erweiterungsscreenshots

screenshot

Photo to Vector Capture from VectorDad-Erweiterungs-CRX-Datei herunterladen

Laden Sie Photo to Vector Capture from VectorDad-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
Offizielle URL https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Beschreibung Crops parts of the screen and converts it to silhouette vector SVG.
Dateigröße 56.07 KB
Installationsanzahl 317
Aktuelle Version 1.0
Letztes Update 2022-07-19
Veröffentlichungsdatum 2022-07-18
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler VectorDad
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://vectordad.com
Hilfeseite URL https://vectordad.com/speak-to-us/
URL der Datenschutzrichtlinien-Seite https://vectordad.com/privacy-policy
Unterstützte Sprachen 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"
    }
}