Ekoru Search

Every search helps clean and reforest our oceans

Ekoru Search क्या है?

Ekoru Search https://ekoru.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Every search helps clean and reforest our oceans"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Every search with Ekoru.org helps clean plastic from from our oceans and reforest it with seagrass. A new tab screen allows you easily access services from a search box as well as URL bar.

Powered by hydro-electricity every search is as environmentally friendly as possible. Help our ocean by searching and surfing!

By clicking "Add to chrome", I accept and agree to installing the Ekoru Search extension and setting Chrome™ New Tab and Default Search to that provided by the service, and the Privacy (https://www.ekoru.org/privacy/) and Terms of Use (https://www.ekoru.org/terms/).
 
☻ How it works

Ekoru is a search engine that helps clean our ocean. When you need to search for stuff, we can help you find it - just like Google. 60% of our profits go to our partner charities Big Blue Ocean Cleanup and Operation Posidonia who clean plastic from our oceans and reforest them by replanting seagrass.

☻ Searches Powered by Hydro-electricity

All of our servers are powered by hydro-electricity.  This ensures that your searches have the lowest carbon footprint possible.

Install ekoru in your browser and help our ocean today!                    

एक्सटेंशन की मूल जानकारी

नाम Ekoru Search Ekoru Search
ID hpnemdcchjdbonpejokegedpdlcjmfoe
आधिकारिक URL https://chromewebstore.google.com/detail/ekoru-search/hpnemdcchjdbonpejokegedpdlcjmfoe
विवरण Every search helps clean and reforest our oceans
फ़ाइल का आकार 371 KB
स्थापना संख्या 1,069
वर्तमान संस्करण 0.29
अंतिम अपडेट 2022-06-17
प्रकाशन तिथि 2019-12-11
रेटिंग 4.45/5 कुल 22 रेटिंग्स
डेवलपर https://ekoru.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ekoru.org
सहायता पृष्ठ URL https://www.ekoru.org/faq/
गोपनीयता नीति पृष्ठ URL https://www.ekoru.org/privacy
समर्थित भाषाएँ de,en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_manifest_name__",
    "version": "0.29",
    "description": "__MSG_manifest_description__",
    "manifest_version": 2,
    "default_locale": "en",
    "homepage_url": "https:\/\/www.ekoru.org\/",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "*:\/\/*.ekoru.org\/*",
        "topSites"
    ],
    "background": {
        "scripts": [
            "backgroundEvents.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "image\/logo_xxsmall.png",
        "48": "image\/logo_small.png",
        "128": "image\/logo_large.png"
    },
    "web_accessible_resources": [
        "image\/logo_xsmall.png",
        "image\/logo_medium.png"
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "ekoru",
            "keyword": "ekoru",
            "favicon_url": "https:\/\/ekoru.org\/favicon.ico",
            "search_url": "https:\/\/www.ekoru.org\/?q={searchTerms}&ext=chrome&v=029",
            "suggest_url": "https:\/\/auto.ekoru.org\/?q={searchTerms}&format=raw&locale=__MSG_@@ui_locale__",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}