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
公式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
Eメール [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\/*"
            ]
        }
    ]
}