Photo to Vector Capture from VectorDad

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

Apa itu Photo to Vector Capture from VectorDad?

Photo to Vector Capture from VectorDad adalah ekstensi Chrome yang dikembangkan oleh VectorDad, dan fitur utamanya adalah "Crops parts of the screen and converts it to silhouette vector SVG.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Photo to Vector Capture from VectorDad

Unduh file ekstensi Photo to Vector Capture from VectorDad dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
URL Resmi https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Deskripsi Crops parts of the screen and converts it to silhouette vector SVG.
Ukuran File 56.07 KB
Jumlah Instalasi 317
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-07-19
Tanggal Publikasi 2022-07-18
Penilaian 5.00/5 Total 2 Penilaian
Pengembang VectorDad
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://vectordad.com
URL Halaman Bantuan https://vectordad.com/speak-to-us/
URL Halaman Kebijakan Privasi https://vectordad.com/privacy-policy
Bahasa yang Didukung 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"
    }
}