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”。

擴展截圖

screenshot

下載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 Ecosia with Google
ID iaphojdaojmefjckmnghkimeockogoei
官方網址 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\/*"
            ]
        }
    ]
}