OceanGo

Save the ocean, one search at a time...

OceanGoคืออะไร?

OceanGo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://oceango.org และคุณลักษณะหลักของมันคือ "Save the ocean, one search at a time..."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OceanGo

ดาวน์โหลดไฟล์ส่วนขยาย OceanGo ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        OceanGo is a unique search engine like Google that helps remove plastic from the oceans. Through simply surfing the web, you can help remove ocean plastics and drive ocean cleanup projects across the world.

How does it work?

We use our revenue to help fund vital ocean cleanup projects. Every time you search, ad earnings are collected and sent to major ocean cleanup companies that help remove plastic from the ocean.

Privacy

The only thing we care about is the ocean. 

OceanGo is SSL encrypted to ensure that your security is protected. We don't sell your data to advertisers and we don't save your searches.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ OceanGo OceanGo
ID iicafmjknbkiecflpbkcehjeeogcmebm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/oceango/iicafmjknbkiecflpbkcehjeeogcmebm
คำอธิบาย Save the ocean, one search at a time...
ขนาดไฟล์ 21.71 KB
จำนวนการติดตั้ง 24
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2019-11-19
วันที่เผยแพร่ 2019-11-18
คะแนน 3.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://oceango.org
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://oceango.org
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "OceanGo",
    "author": "OceanGo",
    "description": "Save the ocean, one search at a time...",
    "version": "1.0",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/logo.png",
        "32": "icons\/logo.png",
        "64": "icons\/logo.png"
    },
    "browser_action": {
        "default_icon": "icons\/logo.png"
    },
    "chrome_url_overrides": {
        "newtab": "new_tab.html"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/oceango.org\/?app",
        "search_provider": {
            "name": "OceanGo",
            "keyword": "OceanGo, OceanGo Search, Search Engine, OceanGo Search Engine",
            "search_url": "https:\/\/oceango.org\/web?q={searchTerms}",
            "favicon_url": "https:\/\/oceango.org\/uploads\/brand\/favicon.png",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}