Ocean Rescuers a search engine to save oceans
Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.
Ocean Rescuers a search engine to save oceans란 무엇입니까?
Ocean Rescuers a search engine to save oceans은(는) http://oceanrescuers.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search."입니다.
확장 프로그램 스크린샷
Ocean Rescuers a search engine to save oceans 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ocean Rescuers is a search engine, with a different philosophy as we use our ad revenue to clean up the beaches and oceans around the world. Add this to chrome today and join the Ocean Rescuers community to save our oceans for future generations. Just use our search engine and you can make a difference. Please read carefully: by clicking Add To Chrome I agree to change my new tab to that provided by the service and to the privacy policy and terms of service below. https://oceanrescuers.org/privacy.html https://oceanrescuers.org/terms.html
확장 프로그램 기본 정보
이름 | |
ID | cdjkoaioeapjmjnjfpjpmiakkfklkacb |
공식 URL | https://chrome.google.com/webstore/detail/ocean-rescuers-a-search-e/cdjkoaioeapjmjnjfpjpmiakkfklkacb |
설명 | Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search. |
파일 크기 | 278 KB |
설치 횟수 | 97 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2022-02-11 |
출시 날짜 | 2021-06-08 |
평점 | 2.33/5 총 3 개의 평점 |
개발자 | http://oceanrescuers.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://oceanrescuers.org |
개인정보 보호 정책 페이지 URL | https://oceanrescuers.org/privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ocean Rescuers a search engine to save oceans", "description": "Sets your search engine to Ocean Rescuers and customizes your new tab page, so you can save the oceans with each search.", "browser_action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png" } }, "permissions": [ "storage", "unlimitedStorage", "https:\/\/api.bing.com\/*", "*:\/\/oceanrescuers.org\/*", "webNavigation" ], "content_scripts": [ { "matches": [ "*:\/\/oceanrescuers.org\/" ], "js": [ "content.bundle.js" ] } ], "background": { "scripts": [ "background.bundle.js" ] }, "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "chrome_url_overrides": { "newtab": "newtab.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com; connect-src https:\/\/www.google-analytics.com www.google-analytics.com https:\/\/stats.g.doubleclick.net https:\/\/api.bing.com\/ https:\/\/oceanrescuers.org; object-src 'self'", "version": "0.0.4" } |