Photo to Vector Capture from VectorDad

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

Vad är Photo to Vector Capture from VectorDad?

Photo to Vector Capture from VectorDad är en Chrome-tillägg utvecklad av VectorDad, och dess huvudfunktion är "Crops parts of the screen and converts it to silhouette vector SVG.".

Tilläggsskärmbilder

screenshot

Ladda ner Photo to Vector Capture from VectorDad-förlängningens CRX-fil

Ladda ner Photo to Vector Capture from VectorDad-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
Officiell webbadress https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Beskrivning Crops parts of the screen and converts it to silhouette vector SVG.
Filstorlek 56.07 KB
Antal Installationer 317
Aktuell Version 1.0
Senast Uppdaterad 2022-07-19
Publiceringsdatum 2022-07-18
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare VectorDad
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://vectordad.com
Hjälpsida URL https://vectordad.com/speak-to-us/
URL till Sekretesspolicy Sidan https://vectordad.com/privacy-policy
Stödda Språk 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"
    }
}