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開發的Chrome擴展程式,該擴展的主要功能是“Studio Capture is a tool that allows you to create items from images and descriptions that you capture from any website.”。

擴展截圖

screenshot

下載Studio Designer Capture擴展crx文件

下載Studio Designer Capture擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}