Eco Search
Use Eco Search in the New Tab page.
什么是Eco Search?
Eco Search是由uepselon开发的Chrome扩展程序,该扩展的主要功能是“Use Eco Search in the New Tab page.”。
扩展截图
下载Eco Search扩展crx文件
下载Eco Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Search with "Eco Search" and get optimized search suggestions and results. This extension adds the eco search box on the New Tab page. Search results and suggestions are powered by Bing! By installing Eco Search you will change your New Tab page. You may remove or disable this extension anytime. Terms & Conditions: https://www.addonsearch.net/terms.html Privacy Policy: https://www.addonsearch.net/privacy.html
扩展基本信息
名称 | Eco Search |
ID | dglpocfnfjbehlapidkpceibekhjnabd |
官方URL | https://chromewebstore.google.com/detail/eco-search/dglpocfnfjbehlapidkpceibekhjnabd |
简介 | Use Eco Search in the New Tab page. |
文件大小 | 1.84 MB |
安装次数 | 6,250 |
当前版本 | 2.0.1 |
更新时间 | 2021-12-23 |
上架时间 | 2020-06-10 |
评分 | 4.00/5 共4次评分 |
开发者 | uepselon |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.addonsearch.net/privacy.html |
支持的语言 | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Eco Search", "version": "2.0.1", "permissions": [], "default_locale": "en", "chrome_url_overrides": { "newtab": "pages\/newtab.html" }, "host_permissions": [ "*:\/\/*.addonsearch.net\/*", "*:\/\/*.bing.com\/*" ], "background": { "service_worker": "background.js" }, "description": "__MSG_description__", "action": { "default_icon": "img\/64.png" }, "icons": { "48": "img\/48.png", "64": "img\/64.png", "128": "img\/128.png" }, "content_security_policy": [] } |