BroTab
Control your browser's tabs from command line
What is BroTab?
BroTab is a Chrome extension developed by brotab.extensiob, and its main feature is "Control your browser's tabs from command line".
Extension Screenshots
Download BroTab Extension CRX File
Download BroTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | BroTab |
ID | mhpeahbikehnfkfnmopaigggliclhmnc |
Official URL | https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc |
Description | Control your browser's tabs from command line |
File Size | 14.66 KB |
Installation Count | 317 |
Current Version | 1.4.0 |
Last Updated | 2022-05-30 |
Publish Date | 2020-06-03 |
Rating | 4.00/5 Total 4 Ratings |
Developer | brotab.extensiob |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/balta2ar/brotab |
Supported Languages | 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", " |