Tab Manager v2
Quickly and conveniently manage your open tabs
Tab Manager v2คืออะไร?
Tab Manager v2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย xcv58 และคุณลักษณะหลักของมันคือ "Quickly and conveniently manage your open tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Manager v2
ดาวน์โหลดไฟล์ส่วนขยาย Tab Manager v2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Manager v2 helps you to manage tabs efficiently. v1.16.0 supports history search! Please accept the permission. It supports: - Drag to reorder or move tabs between windows - Search tabs by URL and title - Group tabs by domain - Pin tab(s) - Drag tabs into window title to create new window with selected tabs - Highlight duplicated tabs - Search history Open source: https://github.com/xcv58/Tab-Manager-v2 Issues: https://github.com/xcv58/Tab-Manager-v2/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Manager v2 |
ID | nimllkpgmmbdglnjneeakdgcpkbgbfbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-manager-v2/nimllkpgmmbdglnjneeakdgcpkbgbfbp |
คำอธิบาย | Quickly and conveniently manage your open tabs |
ขนาดไฟล์ | 304 KB |
จำนวนการติดตั้ง | 4,192 |
เวอร์ชันปัจจุบัน | 1.24.0 |
อัปเดตครั้งล่าสุด | 2023-11-29 |
วันที่เผยแพร่ | 2020-06-25 |
คะแนน | 4.09/5 รวมทั้งหมด 44 คะแนน |
ผู้พัฒนา | xcv58 |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://chrome.google.com/webstore/search/xcv58 |
URL หน้าช่วยเหลือ | https://github.com/xcv58/Tab-Manager-v2/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Quickly and conveniently manage your open tabs", "version": "1.24.0", "name": "Tab Manager v2", "background": { "service_worker": "background.js" }, "permissions": [ "management", "storage", "tabs", "history", "tabGroups" ], "action": { "default_popup": "popup.html", "default_title": "Tab Manager v2", "default_icon": "icon-16.png" }, "omnibox": { "keyword": "t" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+W", "mac": "MacCtrl+W", "chromeos": "Alt+W", "linux": "Alt+W" }, "description": "Activate the extension" }, "TOGGLE-POPUP": { "suggested_key": { "windows": "Alt+T", "mac": "MacCtrl+T", "chromeos": "Alt+T", "linux": "Alt+T" }, "description": "Open or toggle Tab Manager popup window" }, "LAST-ACTIVE-TAB": { "suggested_key": { "windows": "Alt+B", "mac": "Alt+B", "chromeos": "Alt+B", "linux": "Alt+B" }, "description": "Switch to next tab (recently used order)" }, "OPEN-IN-NEW-TAB": { "suggested_key": { "windows": "Ctrl+O", "mac": "MacCtrl+O", "chromeos": "Ctrl+O", "linux": "Ctrl+O" }, "description": "Open extension in new tab" } }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 3, "minimum_chrome_version": "89.0.4389", "offline_enabled": true } |