Customization: This extension can be customized via options in many ways. Please refer to the User Documentation.
Keyboard Shortcut: Trigger the extension via keyboard.
The default is CTRL
+ Shift
+ .
.
This can be customized in the browsers extensions settings > "Keyboard Shortcuts".
Search Strategies: Switch between PRECISE (faster, exact) and FUZZY (slower, more results, fuzzy).
This can be done via clicking on the top-right corner of the popup or by setting it in the options like: searchStrategy: precise
Search Modes: Use search modes to be more selective.
Start your search query with a search mode prefix:
- *
#
: Only bookmarks with the tag will be returned ~
: Only bookmarks within the folder will be returnedt
: Only tabs will be searched.b
: Only bookmarks will be searched.h
: Only history and tabs will be searched.s
: Only search engines will be proposed.
History Size & History: By default the number of history items to load are limited. Consider increasing or decreasing this, depending on your performance situation and personal preferences:
Add / adjust option: historyMaxItems: 1024
Add / adjust option: historyDaysAgo: 14
Open selected results: By default, the extension will open the selected result in a new tab or switch to an existing tab if fitting.
Hold Shift
or Alt
to open the result in the current tab.
Hold Ctrl
to open the result without closing the popup.
Press Right Click
to copy URL of result into clipboard without closing the popup.
Custom Bonus Scores: Append + [whole number]
to your bookmark title (before tags).
Example: Another Bookmark +10 #tag1
Copy to Clipboard: Right click a result item to copy its URL to the clipboard.
Special Browser Pages: You can add special browser pages to your bookmarks, like chrome://downloads.
Clean Up History: There is an option to ignore URLs from history if they include a string. Use this to remove unwanted entries from your history from your search index.
historyIgnoreList:
- extension://
- http://localhost
- http://127.0.0.1
Keyboard Navigation: You can navigate result entries also in Emacs / Vim style:
Ctrl+N``` and
Ctrl+Jto navigate search results up.<br/>
Ctrl+Pand
Ctrl+K` to navigate search results down.