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
电子邮箱 [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"
    }
}