BroTab

Control your browser's tabs from command line

BroTab là gì?

BroTab là một tiện ích mở rộng Chrome được phát triển bởi brotab.extensiob, và tính năng chính của nó là "Control your browser's tabs from command line".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng BroTab

Tải xuống các tệp mở rộng BroTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên BroTab BroTab
ID mhpeahbikehnfkfnmopaigggliclhmnc
URL Chính Thức https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc
Mô tả Control your browser's tabs from command line
Kích Thước Tệp 14.66 KB
Số Lần Cài Đặt 317
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2022-05-30
Ngày Phát Hành 2020-06-03
Đánh Giá 4.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển brotab.extensiob
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/balta2ar/brotab
Ngôn Ngữ Được Hỗ Trợ 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",
        ""
    ],
    "short_name": "BroTab"
}