BroTab

Control your browser's tabs from command line

BroTab란 무엇입니까?

BroTab은(는) brotab.extensiob에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control your browser's tabs from command line"입니다.

확장 프로그램 스크린샷

screenshot

BroTab 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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 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
이메일 [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",
        ""
    ],
    "short_name": "BroTab"
}