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開發的Chrome擴展程式,該擴展的主要功能是“Crops parts of the screen and converts it to silhouette vector SVG.”。

擴展截圖

screenshot

下載Photo to Vector Capture from VectorDad擴展crx文件

下載Photo to Vector Capture from VectorDad擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}