BroTab
Control your browser's tabs from command line
Cos'è BroTab?
BroTab è un'estensione di Chrome sviluppata da brotab.extensiob, e la sua funzione principale è "Control your browser's tabs from command line".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BroTab
Scarica i file di estensione BroTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | mhpeahbikehnfkfnmopaigggliclhmnc |
| URL Ufficiale | https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc |
| Descrizione | Control your browser's tabs from command line |
| Dimensione del File | 14.66 KB |
| Conteggio Installazioni | 317 |
| Versione Corrente | 1.4.0 |
| Ultimo Aggiornamento | 2022-05-30 |
| Data di Pubblicazione | 2020-06-03 |
| Valutazione | 4.00/5 Totale 4 Valutazioni |
| Sviluppatore | brotab.extensiob |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/balta2ar/brotab |
| Lingue Supportate | 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",
" | |