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 |
| 官方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 |
| 电子邮箱 | [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
}
}
} | |