Oceana.blue Search

This extension sets your search engine to Oceana.blue.

Что такое Oceana.blue Search?

Oceana.blue Search - это расширение Chrome, разработанное http://blue-search.org, и его основная функция - "This extension sets your search engine to Oceana.blue.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Oceana.blue Search

Скачайте файлы расширений Oceana.blue Search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        }
    }
}