Photo to Vector Capture from VectorDad

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

Hvad er Photo to Vector Capture from VectorDad?

Photo to Vector Capture from VectorDad er en Chrome-udvidelse udviklet af VectorDad, og dens hovedfunktion er "Crops parts of the screen and converts it to silhouette vector SVG.".

Udvidelsesskærmbilleder

screenshot

Download Photo to Vector Capture from VectorDad-udvidelses-CRX-fil

Download Photo to Vector Capture from VectorDad-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
Officiel URL https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Beskrivelse Crops parts of the screen and converts it to silhouette vector SVG.
Filstørrelse 56.07 KB
Antal Installationer 317
Nuværende Version 1.0
Senest Opdateret 2022-07-19
Udgivelsesdato 2022-07-18
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler VectorDad
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://vectordad.com
Hjælpeside-URL https://vectordad.com/speak-to-us/
URL til Fortrolighedspolitik Side https://vectordad.com/privacy-policy
Understøttede Sprog 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"
    }
}