Studio Designer Capture

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

Was ist Studio Designer Capture?

Studio Designer Capture ist eine Chrome-Erweiterung, die von StudioDesigner Support entwickelt wurde, und ihr Hauptmerkmal ist "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".

Erweiterungsscreenshots

screenshot

Studio Designer Capture-Erweiterungs-CRX-Datei herunterladen

Laden Sie Studio Designer Capture-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
Offizielle URL https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
Beschreibung Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
Dateigröße 229 KB
Installationsanzahl 6,806
Aktuelle Version 1.9.28
Letztes Update 2024-01-25
Veröffentlichungsdatum 2020-06-23
Bewertung 3.22/5 Insgesamt 9 Bewertungen
Entwickler StudioDesigner Support
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://www.studiodesigner.com
Hilfeseite URL https://studiodesignersupport.zendesk.com/hc/en-us
URL der Datenschutzrichtlinien-Seite https://www.studiodesigner.com
Unterstützte Sprachen 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
}