BroTab

Control your browser's tabs from command line

Vad är BroTab?

BroTab är en Chrome-tillägg utvecklad av brotab.extensiob, och dess huvudfunktion är "Control your browser's tabs from command line".

Tilläggsskärmbilder

screenshot

Ladda ner BroTab-förlängningens CRX-fil

Ladda ner BroTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn BroTab BroTab
ID mhpeahbikehnfkfnmopaigggliclhmnc
Officiell webbadress https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc
Beskrivning Control your browser's tabs from command line
Filstorlek 14.66 KB
Antal Installationer 317
Aktuell Version 1.4.0
Senast Uppdaterad 2022-05-30
Publiceringsdatum 2020-06-03
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare brotab.extensiob
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/balta2ar/brotab
Stödda Språk 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"
}