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 |
官方網址 | 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", " |