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
拡張機能の基本情報
名前 | BroTab |
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 |
Eメール | [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", " |