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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://vectordad.com/speak-to-us/
عنوان صفحة سياسة الخصوصية 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"
    }
}