Studio Designer Capture

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

Wat is Studio Designer Capture?

Studio Designer Capture is een Chrome-extensie ontwikkeld door StudioDesigner Support, en de belangrijkste functie is "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Studio Designer Capture

Download Studio Designer Capture-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
Officiële URL https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
Beschrijving Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
Bestandsgrootte 229 KB
Aantal Installaties 6,806
Huidige Versie 1.9.28
Laatst Bijgewerkt 2024-01-25
Publicatiedatum 2020-06-23
Beoordeling 3.22/5 Totaal 9 Beoordelingen
Ontwikkelaar StudioDesigner Support
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.studiodesigner.com
Help Pagina-URL https://studiodesignersupport.zendesk.com/hc/en-us
URL van de Privacybeleid Pagina https://www.studiodesigner.com
Ondersteunde Talen 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
}