Перейти к содержимому

Документация

🔎 Search bar

Customise your search bar with multiple search engines, suggestions, and support for custom search URLs.

Это содержимое пока не доступно на вашем языке.

Bonjourr includes a customisable search bar with suggestions and support for your favorite search engines.

Search suggestions are enabled by default and are provided through our own API.
You can learn more about how they work, explore the source code, or report issues on GitHub.

View search-suggestions on GitHub

Showcasing the search engine widget with suggestions

Suggestions can be disabled from the search bar’s settings.

Bonjourr comes with many search engines built in, but you can also add your own.

  1. Open Bonjourr’s settings, go to the Search engine option, and select Custom. A URL request field will appear.

  2. Open the search engine you want to add and perform a search. Copy the URL from your browser’s address bar.

    For example, searching for “coffee” on YouTube gives:

    https://www.youtube.com/results?search_query=coffee

  3. Replace the search term with %s so Bonjourr knows where to insert your search query.

    Example: https://www.youtube.com/results?search_query=%s

  4. Paste the modified URL into the URL request field. Your custom search engine is now ready to use.

This method works with most search engines, making Bonjourr compatible with almost any service that supports URL-based searches.