Simple Tab Finder
Quickly find and navigate to your open tabs by simple title or url search.
Simple Tab Finderคืออะไร?
Simple Tab Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย foldingpaper และคุณลักษณะหลักของมันคือ "Quickly find and navigate to your open tabs by simple title or url search."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple Tab Finder
ดาวน์โหลดไฟล์ส่วนขยาย Simple Tab Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Lists open tabs across all windows and allows simple substring search to filter the list -- searching title and url. - Use mouse or Up/Down arrow keys to navigate and click orto select the tab. - Associate Keyboard shortcuts on the chrome://extensions page for quick activation. e.g. Shift+Cmd+Space. Does not use local storage, does not modify the current html page content, no special processing or fuzzy searches. Does not track user data and no sign up required.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | mchfmhgjbbichdbbhlcckaiekpineloo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/simple-tab-finder/mchfmhgjbbichdbbhlcckaiekpineloo |
คำอธิบาย | Quickly find and navigate to your open tabs by simple title or url search. |
ขนาดไฟล์ | 66.62 KB |
จำนวนการติดตั้ง | 21 |
เวอร์ชันปัจจุบัน | 0.1.8 |
อัปเดตครั้งล่าสุด | 2017-10-29 |
วันที่เผยแพร่ | 2017-10-29 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | foldingpaper |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "minimum_chrome_version": "25", "version": "0.1.8", "name": "Simple Tab Finder", "short_name": "Simple Tab Finder", "description": "Quickly find and navigate to your open tabs by simple title or url search.", "icons": { "128": "icons\/rounded-square_128.png", "64": "icons\/rounded-square_64.png" }, "browser_action": { "default_icon": "icons\/rounded-square_128.png", "default_title": "Simple Tab Finder", "default_popup": "popup.html" }, "background": { "page": "bg.html", "persistent": false }, "permissions": [ "activeTab", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |