BroTab
Control your browser's tabs from command line
什么是BroTab?
BroTab是由brotab.extensiob开发的Chrome扩展程序,该扩展的主要功能是“Control your browser's tabs from command line”。
扩展截图
下载BroTab扩展crx文件
下载BroTab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
A supplement extension that helps you control your browser's tabs
Homepage: https://github.com/balta2ar/brotab
1.4.0 (2022-05-29)
* Added "bt navigate" and "bt update" commands
* Fix "bt open" and "bt new": now they print tab IDs of the created tabs, one per line
1.3.0 (2020-06-02)
* Added "bt html" command #31, #34 扩展基本信息
| 名称 | |
| ID | mhpeahbikehnfkfnmopaigggliclhmnc |
| 官方URL | https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc |
| 简介 | Control your browser's tabs from command line |
| 文件大小 | 14.66 KB |
| 安装次数 | 317 |
| 当前版本 | 1.4.0 |
| 更新时间 | 2022-05-30 |
| 上架时间 | 2020-06-03 |
| 评分 | 4.00/5 共4次评分 |
| 开发者 | brotab.extensiob |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/balta2ar/brotab |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"description": "Control your browser's tabs from command line",
"manifest_version": 2,
"name": "BroTab",
"version": "1.4.0",
"background": {
"scripts": [
"background.js"
]
},
"icons": {
"128": "brotab-icon-128x128.png"
},
"permissions": [
"nativeMessaging",
"tabs",
"activeTab",
" | |