BroTab

Control your browser's tabs from command line

Qu'est-ce que BroTab ?

BroTab est une extension Chrome développée par brotab.extensiob, et sa fonction principale est "Control your browser's tabs from command line".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension BroTab

Téléchargez les fichiers d'extension BroTab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom BroTab BroTab
ID mhpeahbikehnfkfnmopaigggliclhmnc
URL Officiel https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc
Description Control your browser's tabs from command line
Taille du Fichier 14.66 KB
Nombre d'Installations 317
Version Actuelle 1.4.0
Dernière Mise à Jour 2022-05-30
Date de Publication 2020-06-03
Évaluation 4.00/5 Total 4 Évaluations
Développeur brotab.extensiob
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/balta2ar/brotab
Langues Prises en Charge 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"
}