Ecosia with Google

Adds an unobtrusive link to Ecosia to allow convenient Google searches

What is Ecosia with Google?

Ecosia with Google is a Chrome extension developed by jasonandmonte, and its main feature is "Adds an unobtrusive link to Ecosia to allow convenient Google searches".

Extension Screenshots

screenshot

Download Ecosia with Google Extension CRX File

Download Ecosia with Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Ecosia with Google Ecosia with Google
ID iaphojdaojmefjckmnghkimeockogoei
Official URL https://chromewebstore.google.com/detail/ecosia-with-google/iaphojdaojmefjckmnghkimeockogoei
Description Adds an unobtrusive link to Ecosia to allow convenient Google searches
File Size 103 KB
Installation Count 1,009
Current Version 2.0.1
Last Updated 2024-02-07
Publish Date 2020-06-28
Rating 4.38/5 Total 13 Ratings
Developer jasonandmonte
Email [email protected]
Payment Type free
Privacy Policy Page URL https://jasonandmonte.github.io/privacy-policy
Supported Languages 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\/*"
            ]
        }
    ]
}