Studio Designer Capture

Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.

Что такое Studio Designer Capture?

Studio Designer Capture - это расширение Chrome, разработанное StudioDesigner Support, и его основная функция - "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Studio Designer Capture

Скачайте файлы расширений Studio Designer Capture в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Studio Capture is a tool that allows you to create or edit items from descriptions and images that you capture from any website from context menu. But first you need to login using your account for https://app.studiodesigner.com/ site.                    

Основная информация о расширении

Название Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
Официальный URL https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
Описание Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
Размер файла 229 KB
Количество установок 6,806
Текущая Версия 1.9.28
Последнее Обновление 2024-01-25
Дата публикации 2020-06-23
Рейтинг 3.22/5 Всего 9 оценок
Разработчик StudioDesigner Support
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://www.studiodesigner.com
URL страницы помощи https://studiodesignersupport.zendesk.com/hc/en-us
URL страницы политики конфиденциальности https://www.studiodesigner.com
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Studio Designer Capture",
    "version": "1.9.28",
    "description": "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.",
    "host_permissions": [
        "https:\/\/app.studiodesigner.com\/"
    ],
    "permissions": [
        "activeTab",
        "scripting",
        "declarativeContent",
        "tabs",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "images\/SD-App-Icon-1024x1024-16.png",
            "32": "images\/SD-App-Icon-1024x1024-32.png",
            "48": "images\/SD-App-Icon-1024x1024-64.png",
            "128": "images\/SD-App-Icon-1024x1024-128.png"
        }
    },
    "icons": {
        "16": "images\/SD-App-Icon-1024x1024-16.png",
        "32": "images\/SD-App-Icon-1024x1024-32.png",
        "48": "images\/SD-App-Icon-1024x1024-64.png",
        "128": "images\/SD-App-Icon-1024x1024-128.png"
    },
    "options_page": "index.html",
    "web_accessible_resources": [
        {
            "resources": [
                "index.html",
                "index.js",
                "styles.css",
                "screenshot.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}