Photo to Vector Capture from VectorDad

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

Wat is Photo to Vector Capture from VectorDad?

Photo to Vector Capture from VectorDad is een Chrome-extensie ontwikkeld door VectorDad, en de belangrijkste functie is "Crops parts of the screen and converts it to silhouette vector SVG.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Photo to Vector Capture from VectorDad

Download Photo to Vector Capture from VectorDad-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
Officiële URL https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Beschrijving Crops parts of the screen and converts it to silhouette vector SVG.
Bestandsgrootte 56.07 KB
Aantal Installaties 317
Huidige Versie 1.0
Laatst Bijgewerkt 2022-07-19
Publicatiedatum 2022-07-18
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar VectorDad
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://vectordad.com
Help Pagina-URL https://vectordad.com/speak-to-us/
URL van de Privacybeleid Pagina https://vectordad.com/privacy-policy
Ondersteunde Talen 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"
    }
}