Studio Designer Capture

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

Cos'è Studio Designer Capture?

Studio Designer Capture è un'estensione di Chrome sviluppata da StudioDesigner Support, e la sua funzione principale è "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Studio Designer Capture

Scarica i file di estensione Studio Designer Capture in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
URL Ufficiale https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
Descrizione Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
Dimensione del File 229 KB
Conteggio Installazioni 6,806
Versione Corrente 1.9.28
Ultimo Aggiornamento 2024-01-25
Data di Pubblicazione 2020-06-23
Valutazione 3.22/5 Totale 9 Valutazioni
Sviluppatore StudioDesigner Support
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.studiodesigner.com
URL della Pagina di Aiuto https://studiodesignersupport.zendesk.com/hc/en-us
URL della Pagina della Politica sulla Privacy https://www.studiodesigner.com
Lingue Supportate 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
}