Qwant - The search engine
The search engine that doesn't know anything about you, and that changes everything.
Co je Qwant - The search engine?
Qwant - The search engine je rozšíření Chrome vyvinuté https://qwant.com, a jeho hlavní funkcí je „The search engine that doesn't know anything about you, and that changes everything.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Qwant - The search engine
Stáhněte si soubory rozšíření Qwant - The search engine ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Qwant - The search engine that doesn't know anything about you The search engine that doesn't know anything about you, and that changes everything: zero tracking of your searches, zero personal data use, zero targeted advertising.
Základní Informace o Rozšíření
Název | Qwant - The search engine |
ID | kplfenefaakjhjkklghidleljeocgdap |
Oficiální URL | https://chromewebstore.google.com/detail/qwant-the-search-engine/kplfenefaakjhjkklghidleljeocgdap |
Popis | The search engine that doesn't know anything about you, and that changes everything. |
Velikost souboru | 11.42 KB |
Počet instalací | 2,000 |
Aktuální Verze | 7.0.1 |
Poslední Aktualizace | 2022-09-17 |
Datum Vydání | 2022-08-26 |
Hodnocení | 5.00/5 Celkem 1 Hodnocení |
Vývojář | https://qwant.com |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.qwant.com |
URL Stránky Nápovědy | https://help.qwant.com |
URL Stránky Zásad Ochrany Soukromí | https://about.qwant.com/legal/privacy |
Podporované Jazyky | en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "7.0.1", "name": "__MSG_name__", "short_name": "__MSG_short_name__", "author": "Qwant", "default_locale": "en", "description": "__MSG_description__", "icons": { "16": "assets\/icons\/icon-16.png", "19": "assets\/icons\/icon-19.png", "38": "assets\/icons\/icon-38.png", "128": "assets\/icons\/icon-128.png" }, "omnibox": { "keyword": "q" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/*.qwant.com\/*" ], "css": [ "assets\/css\/no-popin.css" ] } ], "minimum_chrome_version": "88.0", "manifest_version": 3, "chrome_settings_overrides": { "search_provider": { "name": "Qwant", "keyword": "www.qwant.com", "search_url": "https:\/\/www.qwant.com\/?q={searchTerms}&client=ext-chrome-sb", "favicon_url": "https:\/\/www.qwant.com\/favicon.ico", "suggest_url": "https:\/\/api.qwant.com\/api\/suggest\/?q={searchTerms}&client=opensearch", "encoding": "UTF-8", "is_default": true } } } |