OceanGo
Save the ocean, one search at a time...
OceanGo란 무엇입니까?
OceanGo은(는) https://oceango.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save the ocean, one search at a time..."입니다.
확장 프로그램 스크린샷
OceanGo 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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 } } } |