Search Bookmarks, History and Tabs
Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.
Search Bookmarks, History and Tabsคืออะไร?
Search Bookmarks, History and Tabs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย heimlersimon และคุณลักษณะหลักของมันคือ "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Search Bookmarks, History and Tabs
ดาวน์โหลดไฟล์ส่วนขยาย Search Bookmarks, History and Tabs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension does not collect any data, nor does it make any external requests. It supports two different search approaches or a hybrid between both: - Fuzzy search (approximate string matching) - Precise search (exact matching) With this extension you can also **tag your bookmarks** including auto completions. The tags are considered when searching and can be used for navigation. In general, the extension is very customizable and has a dark / light theme that is selected based on your system settings. You can find more information here: https://github.com/Fannon/search-bookmarks-history-and-tabs#readme
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Search Bookmarks, History and Tabs |
ID | cofpegcepiccpobikjoddpmmocficdjj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/search-bookmarks-history/cofpegcepiccpobikjoddpmmocficdjj |
คำอธิบาย | Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs. |
ขนาดไฟล์ | 82.83 KB |
จำนวนการติดตั้ง | 979 |
เวอร์ชันปัจจุบัน | 1.9.5 |
อัปเดตครั้งล่าสุด | 2023-12-14 |
วันที่เผยแพร่ | 2021-07-25 |
คะแนน | 4.91/5 รวมทั้งหมด 11 คะแนน |
ผู้พัฒนา | heimlersimon |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Fannon/search-tabs-bookmarks-and-history#readme |
URL หน้าช่วยเหลือ | https://github.com/Fannon/search-tabs-bookmarks-and-history/discussions |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Search Bookmarks, History and Tabs", "description": "Browser extension to (fuzzy) search and navigate bookmarks, history and open tabs.", "homepage_url": "https:\/\/github.com\/Fannon\/search-bookmarks-history-and-tabs", "author": "Simon Heimler", "version": "1.9.5", "manifest_version": 3, "permissions": [ "tabs", "bookmarks", "history", "storage" ], "action": { "default_popup": "\/popup\/index.html", "default_icon": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+Shift+Period", "mac": "Command+Shift+Period" }, "description": "Open search popup" } }, "icons": { "16": "\/images\/logo-16.png", "32": "\/images\/logo-32.png", "48": "\/images\/logo-48.png", "128": "\/images\/logo-128.png" } } |