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
公式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
Eメール [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"
    }
}