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