Find My Tab
Jump to the right tab immediately, even when you have 100 tabs open.
Find My Tabคืออะไร?
Find My Tab เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://weitang114.github.io และคุณลักษณะหลักของมันคือ "Jump to the right tab immediately, even when you have 100 tabs open."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Find My Tab
ดาวน์โหลดไฟล์ส่วนขยาย Find My Tab ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Hotkey: Ctrl(Cmd)-Shift-Y. v1.1.1 (2021.12.13) Fix UI bug when closing tabs with filters. v1.1.0 (2020.12.19) No mouse needed! Select with arrow keys and Enter (↑↓↵). v1.0.4 (2018.7.31) Speed up startup. 加速啟動時間。 v1.0.3 (2017.11.11) Fix text too small problem. 光棍節快樂 ^_^ v1.0.2 (2017.11.7) Improve searching response speed. v1.0.1 (2017.11.7) Fix UI: list bottom margin. v1.0.0 (2017.11.7) Fix UI height bug. Better searching experiments. v0.9.9 (2017.11.2) Add "Move" / "Multi-Select to Close" functions. Better UI. v0.9.5 (2016.8.30) Disable clicking on current tab. v0.9.3 (2015.9.14) Fix bug: Empty titles made the row height too small. v0.9.2 (2015.9.6) Add "Search" function. v0.9.1 (2015.9.6) Add "Close Tab" function.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Find My Tab |
ID | ppdehbeleclmdfmmlliemhijdpcbjmge |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/find-my-tab/ppdehbeleclmdfmmlliemhijdpcbjmge |
คำอธิบาย | Jump to the right tab immediately, even when you have 100 tabs open. |
ขนาดไฟล์ | 1009 KB |
จำนวนการติดตั้ง | 143 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2021-12-19 |
วันที่เผยแพร่ | 2018-07-31 |
คะแนน | 5.00/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | https://weitang114.github.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://weitang114.github.io/TooManyTabs/ |
URL หน้าช่วยเหลือ | https://github.com/WeiTang114/TooManyTabs/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find My Tab", "version": "1.1.1", "description": "Jump to the right tab immediately, even when you have 100 tabs open.", "permissions": [ "tabs" ], "browser_action": { "default_title": "Find My Tab", "default_icon": "icon.png", "default_popup": "popup.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com https:\/\/cdnjs.cloudflare.com; object-src 'self'", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+Y", "windows": "Ctrl+Shift+Y", "mac": "Command+Shift+Y" } } }, "background": { "page": "bg.html" } } |