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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย VectorDad และคุณลักษณะหลักของมันคือ "Crops parts of the screen and converts it to silhouette vector SVG."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Photo to Vector Capture from VectorDad

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}