https://github.com/bokysan/searxng-web-extension
Adds SearXNG as the default search engine in your browser.
https://github.com/bokysan/searxng-web-extension
Last synced: 7 months ago
JSON representation
Adds SearXNG as the default search engine in your browser.
- Host: GitHub
- URL: https://github.com/bokysan/searxng-web-extension
- Owner: bokysan
- Created: 2023-10-08T09:03:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-08T09:59:35.000Z (about 2 years ago)
- Last Synced: 2025-01-25T15:41:29.072Z (9 months ago)
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SearXNG-Web-Extension (Unofficial)
[](https://addons.mozilla.org/en-US/firefox/addon/searxng-search)
# SearXNG
**SearXNG** is a free Internet metasearch engine that aggregates results from various search services and databases. Users are not tracked or profiled.
[**SearXNG**](https://github.com/searxng/searxng) is a fork of [**SearX**](https://github.com/searx/searx).
[**Original SearXNG repository on GitHub**](https://github.com/searxng/searxng).
[**SearXNG instances**](https://searx.space/) - you can use other instances of the SearXNG search engine (for this you will need to fork the repository and replace the link for the search query in `manifest.json`).
# How does extension work?
Extension use `manifest.json` settings which change your main search engine.Example:
(**Default settings**)
```json
{
"chrome_settings_overrides": {
"search_provider": {
"search_url": "https://example.com/search?q={searchTerms}"
}
}
}
```(**With addon**)
```json
{
"chrome_settings_overrides": {
"search_provider": {
"search_url": "https://searx.be/search?q={searchTerms}"
}
}
}
```It means that your browser starts to use second link when you make search request.
# Tricks with extension
If you want use **SearXNG** as support to main search engine do this:
1. add this addon into your browser
2. agree when browser shows you "Add this extension?"
3. disagree when browser shows "Do you want change your main search engine?"
4. use keywords like `@searxng, @searx, @sx` if you want use **SearXNG** when you make request# Contributors
[**Erghel**](https://github.com/Erghel) - main contributor.[**Rodion Borisov**](https://github.com/vintprox) - found `"suggestion_url"` and etc.
[**Ivan Muzyka**](https://github.com/SeryiBaran) - found icons and etc.