BroTab

Control your browser's tabs from command line

Wat is BroTab?

BroTab is een Chrome-extensie ontwikkeld door brotab.extensiob, en de belangrijkste functie is "Control your browser's tabs from command line".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie BroTab

Download BroTab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BroTab BroTab
ID mhpeahbikehnfkfnmopaigggliclhmnc
Officiële URL https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc
Beschrijving Control your browser's tabs from command line
Bestandsgrootte 14.66 KB
Aantal Installaties 317
Huidige Versie 1.4.0
Laatst Bijgewerkt 2022-05-30
Publicatiedatum 2020-06-03
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar brotab.extensiob
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/balta2ar/brotab
Ondersteunde Talen 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"
}