Studio Designer Capture

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

Studio Designer Capture क्या है?

Studio Designer Capture StudioDesigner Support द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Studio Designer Capture एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Studio Designer Capture Studio Designer Capture
ID hkpdeailbnbffkgcepljgkcfjghmacdj
आधिकारिक URL https://chromewebstore.google.com/detail/studio-designer-capture/hkpdeailbnbffkgcepljgkcfjghmacdj
विवरण Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.
फ़ाइल का आकार 229 KB
स्थापना संख्या 6,806
वर्तमान संस्करण 1.9.28
अंतिम अपडेट 2024-01-25
प्रकाशन तिथि 2020-06-23
रेटिंग 3.22/5 कुल 9 रेटिंग्स
डेवलपर StudioDesigner Support
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.studiodesigner.com
सहायता पृष्ठ URL https://studiodesignersupport.zendesk.com/hc/en-us
गोपनीयता नीति पृष्ठ URL https://www.studiodesigner.com
समर्थित भाषाएँ 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
}