Photo to Vector Capture from VectorDad

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

Photo to Vector Capture from VectorDad là gì?

Photo to Vector Capture from VectorDad là một tiện ích mở rộng Chrome được phát triển bởi VectorDad, và tính năng chính của nó là "Crops parts of the screen and converts it to silhouette vector SVG.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Photo to Vector Capture from VectorDad

Tải xuống các tệp mở rộng Photo to Vector Capture from VectorDad dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Photo to Vector Capture from VectorDad Photo to Vector Capture from VectorDad
ID addfgobajhjglkimfgpkecbhfcfplppf
URL Chính Thức https://chromewebstore.google.com/detail/photo-to-vector-capture-f/addfgobajhjglkimfgpkecbhfcfplppf
Mô tả Crops parts of the screen and converts it to silhouette vector SVG.
Kích Thước Tệp 56.07 KB
Số Lần Cài Đặt 317
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2022-07-19
Ngày Phát Hành 2022-07-18
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển VectorDad
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://vectordad.com
URL Trang Trợ Giúp https://vectordad.com/speak-to-us/
URL Trang Chính Sách Bảo Mật https://vectordad.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}