BroTab
Control your browser's tabs from command line
BroTabคืออะไร?
BroTab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย brotab.extensiob และคุณลักษณะหลักของมันคือ "Control your browser's tabs from command line"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BroTab
ดาวน์โหลดไฟล์ส่วนขยาย BroTab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | BroTab |
ID | mhpeahbikehnfkfnmopaigggliclhmnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/brotab/mhpeahbikehnfkfnmopaigggliclhmnc |
คำอธิบาย | Control your browser's tabs from command line |
ขนาดไฟล์ | 14.66 KB |
จำนวนการติดตั้ง | 317 |
เวอร์ชันปัจจุบัน | 1.4.0 |
อัปเดตครั้งล่าสุด | 2022-05-30 |
วันที่เผยแพร่ | 2020-06-03 |
คะแนน | 4.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | brotab.extensiob |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/balta2ar/brotab |
ภาษาที่รองรับ | 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", " |