BroTab
Control your browser's tabs from command line
Apa itu BroTab?
BroTab adalah ekstensi Chrome yang dikembangkan oleh brotab.extensiob, dan fitur utamanya adalah "Control your browser's tabs from command line".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BroTab
Unduh file ekstensi BroTab dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | BroTab |
ID | mhpeahbikehnfkfnmopaigggliclhmnc |
URL Resmi | https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc |
Deskripsi | Control your browser's tabs from command line |
Ukuran File | 14.66 KB |
Jumlah Instalasi | 317 |
Versi Saat Ini | 1.4.0 |
Terakhir Diperbarui | 2022-05-30 |
Tanggal Publikasi | 2020-06-03 |
Penilaian | 4.00/5 Total 4 Penilaian |
Pengembang | brotab.extensiob |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/balta2ar/brotab |
Bahasa yang Didukung | 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", " |