Ekoru Search
Every search helps clean and reforest our oceans
Ekoru Search란 무엇입니까?
Ekoru Search은(는) https://ekoru.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Every search helps clean and reforest our oceans"입니다.
확장 프로그램 스크린샷
Ekoru Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Every search with Ekoru.org helps clean plastic from from our oceans and reforest it with seagrass. A new tab screen allows you easily access services from a search box as well as URL bar. Powered by hydro-electricity every search is as environmentally friendly as possible. Help our ocean by searching and surfing! By clicking "Add to chrome", I accept and agree to installing the Ekoru Search extension and setting Chrome™ New Tab and Default Search to that provided by the service, and the Privacy (https://www.ekoru.org/privacy/) and Terms of Use (https://www.ekoru.org/terms/). ☻ How it works Ekoru is a search engine that helps clean our ocean. When you need to search for stuff, we can help you find it - just like Google. 60% of our profits go to our partner charities Big Blue Ocean Cleanup and Operation Posidonia who clean plastic from our oceans and reforest them by replanting seagrass. ☻ Searches Powered by Hydro-electricity All of our servers are powered by hydro-electricity. This ensures that your searches have the lowest carbon footprint possible. Install ekoru in your browser and help our ocean today!
확장 프로그램 기본 정보
이름 | Ekoru Search |
ID | hpnemdcchjdbonpejokegedpdlcjmfoe |
공식 URL | https://chromewebstore.google.com/detail/ekoru-search/hpnemdcchjdbonpejokegedpdlcjmfoe |
설명 | Every search helps clean and reforest our oceans |
파일 크기 | 371 KB |
설치 횟수 | 1,069 |
현재 버전 | 0.29 |
최근 업데이트 | 2022-06-17 |
출시 날짜 | 2019-12-11 |
평점 | 4.45/5 총 22 개의 평점 |
개발자 | https://ekoru.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.ekoru.org |
도움말 페이지 URL | https://www.ekoru.org/faq/ |
개인정보 보호 정책 페이지 URL | https://www.ekoru.org/privacy |
지원되는 언어 | de,en,fr |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_manifest_name__", "version": "0.29", "description": "__MSG_manifest_description__", "manifest_version": 2, "default_locale": "en", "homepage_url": "https:\/\/www.ekoru.org\/", "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "*:\/\/*.ekoru.org\/*", "topSites" ], "background": { "scripts": [ "backgroundEvents.js" ], "persistent": false }, "icons": { "16": "image\/logo_xxsmall.png", "48": "image\/logo_small.png", "128": "image\/logo_large.png" }, "web_accessible_resources": [ "image\/logo_xsmall.png", "image\/logo_medium.png" ], "chrome_settings_overrides": { "search_provider": { "name": "ekoru", "keyword": "ekoru", "favicon_url": "https:\/\/ekoru.org\/favicon.ico", "search_url": "https:\/\/www.ekoru.org\/?q={searchTerms}&ext=chrome&v=029", "suggest_url": "https:\/\/auto.ekoru.org\/?q={searchTerms}&format=raw&locale=__MSG_@@ui_locale__", "encoding": "UTF-8", "is_default": true } } } |