Oceana.blue Search

This extension sets your search engine to Oceana.blue.

Oceana.blue Search क्या है?

Oceana.blue Search http://blue-search.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension sets your search engine to Oceana.blue."।

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

screenshot
screenshot
screenshot

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

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

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

                        With every search, you will support Oceana’s proven campaigns to protect and restore the world’s oceans.

Install today to start saving our oceans!

Oceana is the largest international advocacy organization dedicated solely to ocean conservation. Oceana is rebuilding abundant and biodiverse oceans by winning science-based policies in countries that control one-third of the world’s wild fish catch. With more than 225 victories that stop overfishing, habitat destruction, pollution, and the killing of threatened species like turtles and sharks, Oceana’s campaigns are delivering results. A restored ocean means that 1 billion people can enjoy a healthy seafood meal, every day, forever.

Together, we can save the oceans and help feed the world.                    

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

नाम Oceana.blue Search Oceana.blue Search
ID acnmikfbmmoefoabliilfhnigocljelj
आधिकारिक URL https://chrome.google.com/webstore/detail/oceanablue-search/acnmikfbmmoefoabliilfhnigocljelj
विवरण This extension sets your search engine to Oceana.blue.
फ़ाइल का आकार 1.12 MB
स्थापना संख्या 44
वर्तमान संस्करण 2.7.2
अंतिम अपडेट 2020-10-25
प्रकाशन तिथि 2020-10-25
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर http://blue-search.org
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://oceana.org/
सहायता पृष्ठ URL https://oceana.org/
गोपनीयता नीति पृष्ठ URL https://gexsi.org/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Oceana.blue Search",
    "version": "2.7.2",
    "description": "This extension sets your search engine to Oceana.blue.",
    "icons": {
        "16": "icons\/icon-16px.png",
        "32": "icons\/icon-32px.png",
        "48": "icons\/icon-96px.png",
        "128": "icons\/icon-256px.png"
    },
    "chrome_url_overrides": {
        "newtab": "startpage.html#newTab"
    },
    "browser_action": {
        "default_title": "New Tab"
    },
    "permissions": [
        "topSites"
    ],
    "optional_permissions": [
        "history",
        "bookmarks",
        "chrome:\/\/favicon\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.oceana.org\/*"
        ]
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Oceana.blue",
            "keyword": "oceana",
            "encoding": "UTF-8",
            "is_default": true,
            "search_url": "https:\/\/suggest.blue-search.org\/search?rtag=oceanaomn&rsrc=o&q={searchTerms}&{google:originalQueryForSuggestion}{google:prefetchQuery}",
            "favicon_url": "https:\/\/blue-search.org\/favicon.ico",
            "suggest_url": "https:\/\/suggest.blue-search.org\/suggest?rtag=oceanaomn&rsrc=o&q={searchTerms}&fmt=cr"
        }
    }
}