Photo to Vector Capture from VectorDad

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

Photo to Vector Capture from VectorDad क्या है?

Photo to Vector Capture from VectorDad VectorDad द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crops parts of the screen and converts it to silhouette vector SVG."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Photo to Vector Capture from VectorDad एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
आधिकारिक URL https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
विवरण Crops parts of the screen and converts it to silhouette vector SVG.
फ़ाइल का आकार 56.07 KB
स्थापना संख्या 317
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-07-19
प्रकाशन तिथि 2022-07-18
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर VectorDad
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vectordad.com
सहायता पृष्ठ URL https://vectordad.com/speak-to-us/
गोपनीयता नीति पृष्ठ URL https://vectordad.com/privacy-policy
समर्थित भाषाएँ 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"
    }
}