Photo to Vector Capture from VectorDad

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

Co je Photo to Vector Capture from VectorDad?

Photo to Vector Capture from VectorDad je rozšíření Chrome vyvinuté VectorDad, a jeho hlavní funkcí je „Crops parts of the screen and converts it to silhouette vector SVG.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Photo to Vector Capture from VectorDad

Stáhněte si soubory rozšíření Photo to Vector Capture from VectorDad ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
Oficiální URL https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Popis Crops parts of the screen and converts it to silhouette vector SVG.
Velikost souboru 56.07 KB
Počet instalací 317
Aktuální Verze 1.0
Poslední Aktualizace 2022-07-19
Datum Vydání 2022-07-18
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář VectorDad
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://vectordad.com
URL Stránky Nápovědy https://vectordad.com/speak-to-us/
URL Stránky Zásad Ochrany Soukromí https://vectordad.com/privacy-policy
Podporované Jazyky 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"
    }
}