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"
    }
}