.blue Search

The search engine for ocean restoration.

.blue Search क्या है?

.blue Search https://blue-search.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The search engine for ocean restoration."।

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

screenshot

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

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

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

                        With this extension you can set up .blue as your default search engine.

We believe our oceans can be restored to abundance in one human generation. 
To join us, use this search engine. The profits from .blue support people and projects dedicated to scalable solutions for rebuilding our oceans. How does it work?

1. You use .blue as your daily search engine
2. Your searches generate revenue for our Oceans 2050 Foundation
3. The profits are invested into restoring our oceans

Make .blue your search engine!                    

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

नाम .blue Search .blue Search
ID dehfbfoadaboibcngkenhkiclmfjflja
आधिकारिक URL https://chromewebstore.google.com/detail/blue-search/dehfbfoadaboibcngkenhkiclmfjflja
विवरण The search engine for ocean restoration.
फ़ाइल का आकार 10.23 KB
स्थापना संख्या 118
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2020-04-17
प्रकाशन तिथि 2020-04-16
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://blue-search.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://blue-search.org/
सहायता पृष्ठ URL https://blue-search.org/contact.php
गोपनीयता नीति पृष्ठ URL https://good-search.org/about/datenschutz
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ExtensionName__",
    "description": "__MSG_ExtensionDescription__",
    "author": "gexsi.com",
    "homepage_url": "https:\/\/blue-search.org",
    "version": "1.0.1",
    "icons": {
        "32": "blue-logo-32.png",
        "48": "blue-logo-48.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "js\/main.js"
        ]
    },
    "permissions": [],
    "default_locale": "en",
    "short_name": ".blue",
    "chrome_settings_overrides": {
        "search_provider": {
            "name": ".blue Search",
            "search_url": "https:\/\/blue-search.org\/search?q={searchTerms}&pk_campaign=blue-omnibox-chrome",
            "favicon_url": "https:\/\/blue-search.org\/favicon.ico",
            "keyword": "blue",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}