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
公式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
Eメール [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
}