BroTab

Control your browser's tabs from command line

Was ist BroTab?

BroTab ist eine Chrome-Erweiterung, die von brotab.extensiob entwickelt wurde, und ihr Hauptmerkmal ist "Control your browser's tabs from command line".

Erweiterungsscreenshots

screenshot

BroTab-Erweiterungs-CRX-Datei herunterladen

Laden Sie BroTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name BroTab BroTab
ID mhpeahbikehnfkfnmopaigggliclhmnc
Offizielle URL https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc
Beschreibung Control your browser's tabs from command line
Dateigröße 14.66 KB
Installationsanzahl 317
Aktuelle Version 1.4.0
Letztes Update 2022-05-30
Veröffentlichungsdatum 2020-06-03
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler brotab.extensiob
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/balta2ar/brotab
Unterstützte Sprachen 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"
}