Oceana.blue Search

This extension sets your search engine to Oceana.blue.

Oceana.blue Search란 무엇입니까?

Oceana.blue Search은(는) http://blue-search.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension sets your search engine to Oceana.blue."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Oceana.blue Search 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
        }
    }
}