Ecosia with Google
Adds an unobtrusive link to Ecosia to allow convenient Google searches
什么是Ecosia with Google?
Ecosia with Google是由jasonandmonte开发的Chrome扩展程序,该扩展的主要功能是“Adds an unobtrusive link to Ecosia to allow convenient Google searches”。
扩展截图
下载Ecosia with Google扩展crx文件
下载Ecosia with Google扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Continue to use Ecosia as your default search engine and add the option to perform an identical Google search with no hassle. ➤ How it works After completing a search in Ecosia, simply click the Google button and it will automatically open a new tab and run the search on Google!
扩展基本信息
名称 | Ecosia with Google |
ID | iaphojdaojmefjckmnghkimeockogoei |
官方URL | https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei |
简介 | Adds an unobtrusive link to Ecosia to allow convenient Google searches |
文件大小 | 103 KB |
安装次数 | 1,009 |
当前版本 | 2.0.1 |
更新时间 | 2024-02-07 |
上架时间 | 2020-06-28 |
评分 | 4.38/5 共13次评分 |
开发者 | jasonandmonte |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://jasonandmonte.github.io/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ecosia with Google", "manifest_version": 3, "author": "jasonandmonte", "description": "Adds an unobtrusive link to Ecosia to allow convenient Google searches", "version": "2.0.1", "permissions": [], "icons": { "128": "media\/eco-google.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.ecosia.org\/*" ], "run_at": "document_idle", "css": [ "\/styles\/page.css" ], "js": [ "content\/ecosia.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/assets\/google.png", "\/styles\/page.css" ], "matches": [ "https:\/\/www.ecosia.org\/*" ] } ] } |