BrowserStack

Instantly test your webpage on any desktop or mobile browser.

BrowserStackとは何ですか?

BrowserStackはhttps://www.browserstack.comによって開発されたChromeの拡張機能で、その主な機能は「Instantly test your webpage on any desktop or mobile browser.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Launch a new test session in any browser using the BrowserStack Quick Launch Extension. Set up to 12 browsers for quick access and minimize the time spent in switching browsers. Review changes immediately and make cross-browser testing an integral part of development.

To use the integration:
1. Install the extension.
2. Open the webpage you want to test and click on the BrowserStack logo on your extension toolbar.
3. Select the browser & device combination you want to test on.

Your webpage will be launched in the combination selected. Test this webpage using BrowserStack’s Dev Tools, check page behavior in real user conditions and file bugs directly.

NOTE: You need to have a BrowserStack account to use this Chrome extension. You can sign up from the extension or use this link: www.browserstack.com/users/sign_up                    

拡張機能の基本情報

名前 BrowserStack BrowserStack
ID nkihdmlheodkdfojglpcjjmioefjahjb
公式URL https://chromewebstore.google.com/detail/browserstack/nkihdmlheodkdfojglpcjjmioefjahjb
説明 Instantly test your webpage on any desktop or mobile browser.
ファイルサイズ 758 KB
インストール数 159,785
現在のバージョン 3.0.6
最終更新日 2024-01-10
公開日 2020-04-09
評価 2.90/5 合計 93 レビュー
開発者 https://www.browserstack.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.browserstack.com/start
ヘルプページのURL http://www.browserstack.com/support/
プライバシーポリシーページのURL https://www.browserstack.com/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "BrowserStack",
    "description": "Instantly test your webpage on any desktop or mobile browser.",
    "version": "3.0.6",
    "action": {
        "default_icon": "drawable\/png\/icon-48.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "drawable\/png\/icon-16.png",
        "48": "drawable\/png\/icon-48.png",
        "128": "drawable\/png\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+E",
                "mac": "Command+Shift+E",
                "chromeos": "Ctrl+Shift+E",
                "linux": "Ctrl+Shift+E"
            }
        }
    },
    "host_permissions": [
        "https:\/\/*.browserstack.com\/*"
    ],
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.browserstack.com\/*"
        ]
    }
}