Qwant - The search engine
The search engine that doesn't know anything about you, and that changes everything.
Qwant - The search engineとは何ですか?
Qwant - The search engineはhttps://qwant.comによって開発されたChromeの拡張機能で、その主な機能は「The search engine that doesn't know anything about you, and that changes everything.」です。
拡張機能のスクリーンショット
Qwant - The search engine拡張機能のCRXファイルをダウンロード
Qwant - The search engine拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Qwant - The search engine |
ID | kplfenefaakjhjkklghidleljeocgdap |
公式URL | https://chromewebstore.google.com/detail/qwant-the-search-engine/kplfenefaakjhjkklghidleljeocgdap |
説明 | The search engine that doesn't know anything about you, and that changes everything. |
ファイルサイズ | 11.42 KB |
インストール数 | 2,000 |
現在のバージョン | 7.0.1 |
最終更新日 | 2022-09-17 |
公開日 | 2022-08-26 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://qwant.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.qwant.com |
ヘルプページのURL | https://help.qwant.com |
プライバシーポリシーページのURL | https://about.qwant.com/legal/privacy |
対応言語 | 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 } } } |