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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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 |
| 电子邮箱 | [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"
}
} | |