Tab Menu
A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.
Tab Menuคืออะไร?
Tab Menu เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ye และคุณลักษณะหลักของมันคือ "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Menu
ดาวน์โหลดไฟล์ส่วนขยาย Tab Menu ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Menu is a minimalist tab manager for Chrome. It enables you to search, switch, rearrange, and close tabs from the toolbar menu. It supports both mouse operations as well as keyboard operations. This extension was originally created by Frank Yan, who stopped maintaining it around mid 2013. I recovered it from my installation and maintain it on GitHub, for the sake of those who love it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Menu |
ID | hjeifjagcmihmdcmnfjelgdgpibefmfc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-menu/hjeifjagcmihmdcmnfjelgdgpibefmfc |
คำอธิบาย | A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu. |
ขนาดไฟล์ | 61.54 KB |
จำนวนการติดตั้ง | 4,682 |
เวอร์ชันปัจจุบัน | 9.0.3 |
อัปเดตครั้งล่าสุด | 2018-04-28 |
วันที่เผยแพร่ | 2018-04-28 |
คะแนน | 4.60/5 รวมทั้งหมด 47 คะแนน |
ผู้พัฒนา | Ye |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "manifest_version": 2, "name": "Tab Menu", "description": "A minimalist tab manager. Search, switch, rearrange, and close tabs from the toolbar menu.", "version": "9.0.3", "browser_action": { "default_icon": { "16": "16.png", "32": "35.png", "48": "48.png", "128": "128.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_ui": { "page": "options.html", "chrome_style": true, "open_in_tab": false }, "icons": { "16": "16.png", "32": "35.png", "48": "48.png", "128": "128.png" }, "permissions": [ "tabs", "storage", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |