Thready - Vertical Tabs
Vertical tabs for Chrome
Thready - Vertical Tabsคืออะไร?
Thready - Vertical Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย baba และคุณลักษณะหลักของมันคือ "Vertical tabs for Chrome"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Thready - Vertical Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Thready - Vertical Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
An Extension to show chrome tabs vertically in the side panel.
Features:
* Double click to pin/unpin
* Middel click to close
* Mute mode support
* Dark mode support
* Tab pinner support
* Drag to sort
* Type in search box to filter tabs
* Click "+" to open empty page
* Shortcut CMD + B (Macos) and Ctrl + B (Windows).
Tips:
* Side Panel appearance (left or right side) -> chrome://settings/appearance
* Custom shortcut key -> chrome://extensions/shortcuts.
Coming soon:
* Tab groups support
CHANGE LOG:
- 0.1.32
* new mouse actions
- 0.1.30
* tab drag and drop
- 0.1.27
* search tab
- 0.1.24
* better favicon
- 0.1.23
* tab pinner support
- 0.1.17
* improve dark mode theme
* add default shortcut key (CMD + B / CTRL + B) ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | aihcofnnndflfjbmlekiegncnahgmaik |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/thready-vertical-tabs/aihcofnnndflfjbmlekiegncnahgmaik |
| คำอธิบาย | Vertical tabs for Chrome |
| ขนาดไฟล์ | 202 KB |
| จำนวนการติดตั้ง | 547 |
| เวอร์ชันปัจจุบัน | 0.1.32 |
| อัปเดตครั้งล่าสุด | 2023-07-26 |
| วันที่เผยแพร่ | 2023-06-18 |
| คะแนน | 3.29/5 รวมทั้งหมด 7 คะแนน |
| ผู้พัฒนา | baba |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| ภาษาที่รองรับ | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Thready - Vertical Tabs",
"description": "Vertical tabs for Chrome",
"version": "0.1.32",
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": {
"16": "\/images\/tt16.png",
"32": "\/images\/tt32.png",
"48": "\/images\/tt48.png",
"128": "\/images\/tt128.png"
}
},
"icons": {
"16": "\/images\/tt16.png",
"32": "\/images\/tt32.png",
"48": "\/images\/tt48.png",
"128": "\/images\/tt128.png"
},
"side_panel": {
"default_path": "side_panel.html"
},
"commands": {
"_execute_action": {
"suggested_key": {
"default": "Ctrl+B",
"mac": "Command+B"
},
"description": "Toggle side panel"
}
},
"permissions": [
"tabs",
"sidePanel",
"favicon"
]
} | |