Bookmarks Quick Search
Search bookmarks quickly and easily, with a search popup, which can be opened by a click on the extension logo (or by cmd+E/ctrl+W).
Bookmarks Quick Search là gì?
Bookmarks Quick Search là một tiện ích mở rộng Chrome được phát triển bởi bookmarks.quick.search, và tính năng chính của nó là "Search bookmarks quickly and easily, with a search popup, which can be opened by a click on the extension logo (or by cmd+E/ctrl+W).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Bookmarks Quick Search
Tải xuống các tệp mở rộng Bookmarks Quick Search dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Whenever you get too many bookmarks and folders it's becoming really annoying to find the one you're looking for. That's why I made this extension - to make it simple! Now you can simply click the logo of the extension (after installed), and start typing until you find your bookmark and click it. This is also available by a shortcut - cmd+E (Mac)/ctrl+W (Windows/Linux). Although there are other similar extensions out there, I couldn't find at the time anyone that searches according to the folder(s) name as well. Likewise, all extensions I found, search by URL as well, which I find faulty. So they search by name and URL, while I search by name and folder(s) name. And on top of that I added some cool features I found really helpful: - Search by multiple words or partial words separated by spaces. - When there are no results the search algorithm collapses and starts searching by letters instead of words, a search which easily overcomes typos. - For every bookmark, a dedicated (technical) shortcut is calculated (and shown to the right of the every result), with the shortest length possible, and also by a priority which is based on how close are the keyboard keys to each other. Type a shortcut to get its bookmark as the first result on the search, so you can then simply press enter to open it. If you want to checkout alternative suggested shortcuts - click it. It will reveal a list of alternative suggestions you might prefer. The suggested shortcut to show the search popup is cmd+E (Mac)/ctrl+W (Windows). If you're having issues with this shortcut, please try reinstalling the extension. If you want to change the shortcut, go to chrome://extensions/shortcuts and set a shortcut for "Bookmarks Quick Search". Tip: To make the search faster - make sure the extension is pinned to show always on the top menu-bar. Enjoy :) #0.0.8: - Fix google autocomplete here and there appearance on the search box. - Support JS-Script bookmarks as well. #0.0.9: - Fix slow load of icons - now it's instant. #0.0.10 - Highlight query in results. #0.0.11 - Allow more animation frames for a smoother look and feel. #0.0.12 - Fix chrome's shortcut. #0.0.13 - Query match highlighting is brown (was magenta) - Remove support of bookmarklets (due to chrome restrictions) - Full code refactor to allow better maintenance in the future #0.0.14 - Improve performance #0.0.15 - New feature - Multi Shortcuts List - If you want to explore alternative suggested shortcuts - click any suggested shortcut. It will reveal a list of alternative suggestions you might prefer. - Fix small UI issues #0.0.16 - Fix a bug when sometimes there's no highlighted bookmark at all - Improve load time
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Bookmarks Quick Search |
ID | lniofgaicnjjdfinpnkhmlpmnhacnkca |
URL Chính Thức | https://chromewebstore.google.com/detail/bookmarks-quick-search/lniofgaicnjjdfinpnkhmlpmnhacnkca |
Mô tả | Search bookmarks quickly and easily, with a search popup, which can be opened by a click on the extension logo (or by cmd+E/ctrl+W). |
Kích Thước Tệp | 364 KB |
Số Lần Cài Đặt | 1,159 |
Phiên Bản Hiện Tại | 0.0.16 |
Cập Nhật Lần Cuối | 2023-06-05 |
Ngày Phát Hành | 2020-06-28 |
Đánh Giá | 4.71/5 Tổng số 14 Đánh Giá |
Nhà Phát Triển | bookmarks.quick.search |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Bookmarks Quick Search", "version": "0.0.16", "description": "Search bookmarks quickly and easily, with a search popup, which can be opened by a click on the extension logo (or by cmd+E\/ctrl+W).", "permissions": [ "bookmarks", "declarativeContent", "favicon", "activeTab" ], "background": { "service_worker": "background.js" }, "action": { "default_popup": "index.html", "default_icon": { "16": "images\/bookmarks-searcher16.png", "32": "images\/bookmarks-searcher32.png", "48": "images\/bookmarks-searcher48.png", "128": "images\/bookmarks-searcher128.png" } }, "icons": { "16": "images\/bookmarks-searcher16.png", "32": "images\/bookmarks-searcher32.png", "48": "images\/bookmarks-searcher48.png", "128": "images\/bookmarks-searcher128.png" }, "commands": { "_execute_action": { "suggested_key": { "default": "Ctrl+W", "mac": "Command+E" } } }, "manifest_version": 3 } |