Studio Designer Capture

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

Hvad er Studio Designer Capture?

Studio Designer Capture er en Chrome-udvidelse udviklet af StudioDesigner Support, og dens hovedfunktion er "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".

Udvidelsesskærmbilleder

screenshot

Download Studio Designer Capture-udvidelses-CRX-fil

Download Studio Designer Capture-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
Officiel URL https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
Beskrivelse Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
Filstørrelse 229 KB
Antal Installationer 6,806
Nuværende Version 1.9.28
Senest Opdateret 2024-01-25
Udgivelsesdato 2020-06-23
Bedømmelse 3.22/5 Samlet 9 Bedømmelser
Udvikler StudioDesigner Support
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.studiodesigner.com
Hjælpeside-URL https://studiodesignersupport.zendesk.com/hc/en-us
URL til Fortrolighedspolitik Side https://www.studiodesigner.com
Understøttede Sprog 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
}