BroTab

Control your browser's tabs from command line

Hvad er BroTab?

BroTab er en Chrome-udvidelse udviklet af brotab.extensiob, og dens hovedfunktion er "Control your browser's tabs from command line".

Udvidelsesskærmbilleder

screenshot

Download BroTab-udvidelses-CRX-fil

Download BroTab-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn BroTab BroTab
ID mhpeahbikehnfkfnmopaigggliclhmnc
Officiel URL https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc
Beskrivelse Control your browser's tabs from command line
Filstørrelse 14.66 KB
Antal Installationer 317
Nuværende Version 1.4.0
Senest Opdateret 2022-05-30
Udgivelsesdato 2020-06-03
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler brotab.extensiob
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/balta2ar/brotab
Understøttede Sprog 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"
}