Photo to Vector Capture from VectorDad

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

Qu'est-ce que Photo to Vector Capture from VectorDad ?

Photo to Vector Capture from VectorDad est une extension Chrome développée par VectorDad, et sa fonction principale est "Crops parts of the screen and converts it to silhouette vector SVG.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Photo to Vector Capture from VectorDad

Téléchargez les fichiers d'extension Photo to Vector Capture from VectorDad au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
URL Officiel https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Description Crops parts of the screen and converts it to silhouette vector SVG.
Taille du Fichier 56.07 KB
Nombre d'Installations 317
Version Actuelle 1.0
Dernière Mise à Jour 2022-07-19
Date de Publication 2022-07-18
Évaluation 5.00/5 Total 2 Évaluations
Développeur VectorDad
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vectordad.com
URL de la Page d'Aide https://vectordad.com/speak-to-us/
URL de la Page de Politique de Confidentialité https://vectordad.com/privacy-policy
Langues Prises en Charge 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"
    }
}