Quick Tab
A quick way to find the tab you're looking for when you have lots of them open.
Quick Tabคืออะไร?
Quick Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tomlerendu.uk และคุณลักษณะหลักของมันคือ "A quick way to find the tab you're looking for when you have lots of them open."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quick Tab
ดาวน์โหลดไฟล์ส่วนขยาย Quick Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Quick Tab provides a quick way to find the tab you're looking for among the many tabs you have open. Features - Open with keyboard shortcut - Search tabs - Navigate tabs with the arrow keys - Close tabs with right mouse - Switch between tabs Want a feature added or found a bug? https://github.com/tomlerendu/Quick-Tab/issues
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quick Tab |
ID | bdeifmcaonlafkglbdpbbhkeecjnkipo |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quick-tab/bdeifmcaonlafkglbdpbbhkeecjnkipo |
คำอธิบาย | A quick way to find the tab you're looking for when you have lots of them open. |
ขนาดไฟล์ | 519 KB |
จำนวนการติดตั้ง | 6,844 |
เวอร์ชันปัจจุบัน | 5.3.1 |
อัปเดตครั้งล่าสุด | 2020-06-30 |
วันที่เผยแพร่ | 2020-06-30 |
คะแนน | 4.18/5 รวมทั้งหมด 98 คะแนน |
ผู้พัฒนา | https://tomlerendu.uk |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/tomlerendu/Quick-Tab |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Quick Tab", "version": "5.3.1", "permissions": [ "tabs", "storage" ], "minimum_chrome_version": "53", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_title": "Quick Tab", "default_popup": "index.html" }, "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+T", "mac": "Alt+T", "chromeos": "Alt+T", "linux": "Alt+T" } } }, "description": "A quick way to find the tab you're looking for when you have lots of them open.", "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "options_ui": { "page": "options.html", "chrome_style": false } } |