List All Tabs
show a list of all open tabs
List All Tabsคืออะไร?
List All Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lior99apps และคุณลักษณะหลักของมันคือ "show a list of all open tabs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย List All Tabs
ดาวน์โหลดไฟล์ส่วนขยาย List All Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Display all open tabs as a list, allowing easy switching, closing and muting/unmuting Changelog: https://github.com/lior99/see-all-tabs/blob/master/CHANGELOG.MD Github Repo: https://github.com/lior99/see-all-tabs
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | List All Tabs |
ID | iklkoalaepbjckknpnklbipmplnipcid |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/list-all-tabs/iklkoalaepbjckknpnklbipmplnipcid |
คำอธิบาย | show a list of all open tabs |
ขนาดไฟล์ | 994 KB |
จำนวนการติดตั้ง | 3,376 |
เวอร์ชันปัจจุบัน | 4.0.2 |
อัปเดตครั้งล่าสุด | 2021-03-05 |
วันที่เผยแพร่ | 2019-09-14 |
คะแนน | 4.50/5 รวมทั้งหมด 16 คะแนน |
ผู้พัฒนา | lior99apps |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/lior99/see-all-tabs |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "List All Tabs", "version": "4.0.2", "description": "show a list of all open tabs", "short_name": "List All Tabs", "author": "Lior Shtivelman", "permissions": [ "tabs", "storage", "tabGroups" ], "options_page": "options.html", "action": { "default_icon": "images\/dark_version.png", "default_popup": "index.html" }, "icons": { "128": "icon_128.png" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Alt+Shift+U", "linux": "Ctrl+Shift+U", "windows": "Alt+Shift+U", "mac": "Ctrl+Shift+U" } } } } |