Studio Designer Capture

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

Co je Studio Designer Capture?

Studio Designer Capture je rozšíření Chrome vyvinuté StudioDesigner Support, a jeho hlavní funkcí je „Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Studio Designer Capture

Stáhněte si soubory rozšíření Studio Designer Capture ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
Oficiální URL https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
Popis Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
Velikost souboru 229 KB
Počet instalací 6,806
Aktuální Verze 1.9.28
Poslední Aktualizace 2024-01-25
Datum Vydání 2020-06-23
Hodnocení 3.22/5 Celkem 9 Hodnocení
Vývojář StudioDesigner Support
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://www.studiodesigner.com
URL Stránky Nápovědy https://studiodesignersupport.zendesk.com/hc/en-us
URL Stránky Zásad Ochrany Soukromí https://www.studiodesigner.com
Podporované Jazyky 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
}