Findx Default Search
Findx - search in private. Take a stance against involuntary data collection.
Findx Default Searchとは何ですか?
Findx Default Searchはhttps://findx.comによって開発されたChromeの拡張機能で、その主な機能は「Findx - search in private. Take a stance against involuntary data collection.」です。
拡張機能のスクリーンショット
Findx Default Search拡張機能のCRXファイルをダウンロード
Findx Default Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Findx is a search engine with a strong focus on privacy. This official add-on sets Findx as your default search engine.
拡張機能の基本情報
名前 | Findx Default Search |
ID | geahfdadhjfapiobjjgjdoimibohfeml |
公式URL | https://chromewebstore.google.com/detail/findx-default-search/geahfdadhjfapiobjjgjdoimibohfeml |
説明 | Findx - search in private. Take a stance against involuntary data collection. |
ファイルサイズ | 17.91 KB |
インストール数 | 26 |
現在のバージョン | 1.1.0 |
最終更新日 | 2019-09-27 |
公開日 | 2019-09-27 |
開発者 | https://findx.com |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://www.findx.com/privacy |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Findx Default Search", "version": "1.1.0", "description": "Findx - search in private. Take a stance against involuntary data collection.", "browser_action": { "default_icon": "images\/icon_default.png" }, "permissions": [], "icons": { "128": "images\/findx_logo.png" }, "background": { "scripts": [ "js\/main.js" ], "persistent": true }, "chrome_settings_overrides": { "search_provider": { "name": "Findx", "keyword": "Findx", "search_url": "https:\/\/www.findx.com\/web?q={searchTerms}", "favicon_url": "https:\/\/www.findx.com\/favicon.ico", "suggest_url": "https:\/\/www.findx.com\/api\/web-search\/suggestions\/?q={searchTerms}", "encoding": "UTF-8", "is_default": true } } } |