Browserstack Toolbar Toggle

Toggles the toolbar in Browserstack Live and App-Live

Browserstack Toolbar Toggleとは何ですか?

Browserstack Toolbar ToggleはAbhi Singhによって開発されたChromeの拡張機能で、その主な機能は「Toggles the toolbar in Browserstack Live and App-Live」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Browserstack Toolbar Toggle拡張機能のCRXファイルをダウンロード

Browserstack Toolbar Toggle拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension provides a workaround to toggle the visibility of the toolbar present on dashboard for Browserstack Live and Browserstack App-Live.
https://github.com/abhi2810/browserstack-toolbar-toggle                    

拡張機能の基本情報

名前 Browserstack Toolbar Toggle Browserstack Toolbar Toggle
ID iebpphcijlhddcmbbnmhgihellmonkbj
公式URL https://chromewebstore.google.com/detail/browserstack-toolbar-togg/iebpphcijlhddcmbbnmhgihellmonkbj
説明 Toggles the toolbar in Browserstack Live and App-Live
ファイルサイズ 60.5 KB
インストール数 292
現在のバージョン 0.1
最終更新日 2021-04-27
公開日 2021-04-27
評価 5.00/5 合計 1 レビュー
開発者 Abhi Singh
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://browserstack.com
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browserstack Toolbar Toggle",
    "manifest_version": 3,
    "version": "0.1",
    "description": "Toggles the toolbar in Browserstack Live and App-Live",
    "action": {
        "default_icon": {
            "16": "\/images\/browserstack_16.png",
            "24": "\/images\/browserstack_24.png",
            "32": "\/images\/browserstack_32.png",
            "48": "\/images\/browserstack_48.png",
            "128": "\/images\/browserstack_128.png"
        },
        "default_title": "Browserstack toolbar toggle"
    },
    "author": "Abhi Singh",
    "icons": {
        "16": "\/images\/browserstack_16.png",
        "24": "\/images\/browserstack_24.png",
        "32": "\/images\/browserstack_32.png",
        "48": "\/images\/browserstack_48.png",
        "128": "\/images\/browserstack_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/live.browserstack.com\/**",
        "https:\/\/app-live.browserstack.com\/**"
    ],
    "background": {
        "service_worker": "background.js"
    }
}