Ecosia with Google

Adds an unobtrusive link to Ecosia to allow convenient Google searches

Ecosia with Google क्या है?

Ecosia with Google jasonandmonte द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds an unobtrusive link to Ecosia to allow convenient Google searches"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ecosia with Google एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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\/*"
            ]
        }
    ]
}