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
电子邮箱 [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\/*"
        ]
    }
}