OceanGo

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

什麼是OceanGo?

OceanGo是由https://oceango.org開發的Chrome擴展程式,該擴展的主要功能是“Save the ocean, one search at a time...”。

擴展截圖

screenshot

下載OceanGo擴展crx文件

下載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
官方網址 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
        }
    }
}