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. 擴展基本資訊
| 名稱 | |
| ID | geahfdadhjfapiobjjgjdoimibohfeml |
| 官方網址 | 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 |
| 電子郵箱 | [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
}
}
} | |