Tab Search
Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+.
Tab Searchคืออะไร?
Tab Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Tab Search Extension และคุณลักษณะหลักของมันคือ "Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tab Search
ดาวน์โหลดไฟล์ส่วนขยาย Tab Search ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles. Ctrl/Cmd+. shortcut opens Tab Search popup. Use arrow keys to navigate the tabs and Enter to switch to the chosen tab. The default keyboard shortcuts could be customized in chrome://extensions/shortcuts. Changes in Tab Search 0.3 - Searching across tabs in all windows (as requested by many users) - Changing default shortcut to Ctrl/Cmd+. since the previous one was tampering with Google Docs and Quip functionality.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Tab Search |
ID | mgfejaiakfkkipbelelkcfbimnfjhebn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/tab-search/mgfejaiakfkkipbelelkcfbimnfjhebn |
คำอธิบาย | Tab Search provides easy tab navigation, it enables searching open tabs using tab URLs and titles, shortcut - Ctrl/Cmd+. |
ขนาดไฟล์ | 16.15 KB |
จำนวนการติดตั้ง | 7,128 |
เวอร์ชันปัจจุบัน | 0.3 |
อัปเดตครั้งล่าสุด | 2020-01-21 |
วันที่เผยแพร่ | 2020-01-21 |
คะแนน | 3.89/5 รวมทั้งหมด 38 คะแนน |
ผู้พัฒนา | Tab Search Extension |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Tab Search", "description": "__MSG_description__", "default_locale": "en", "version": "0.3", "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "permissions": [ "tabs" ], "browser_action": { "default_icon": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "default_popup": "popup.html", "default_title": "__MSG_tabsearch_button_details__" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl + Period" }, "description": "Open Tab Search" } } } |