.blue Search
The search engine for ocean restoration.
.blue Search란 무엇입니까?
.blue Search은(는) https://blue-search.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The search engine for ocean restoration."입니다.
확장 프로그램 스크린샷
.blue Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
With this extension you can set up .blue as your default search engine. We believe our oceans can be restored to abundance in one human generation. To join us, use this search engine. The profits from .blue support people and projects dedicated to scalable solutions for rebuilding our oceans. How does it work? 1. You use .blue as your daily search engine 2. Your searches generate revenue for our Oceans 2050 Foundation 3. The profits are invested into restoring our oceans Make .blue your search engine!
확장 프로그램 기본 정보
이름 | .blue Search |
ID | dehfbfoadaboibcngkenhkiclmfjflja |
공식 URL | https://chromewebstore.google.com/detail/blue-search/dehfbfoadaboibcngkenhkiclmfjflja |
설명 | The search engine for ocean restoration. |
파일 크기 | 10.23 KB |
설치 횟수 | 118 |
현재 버전 | 1.0.1 |
최근 업데이트 | 2020-04-17 |
출시 날짜 | 2020-04-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://blue-search.org |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://blue-search.org/ |
도움말 페이지 URL | https://blue-search.org/contact.php |
개인정보 보호 정책 페이지 URL | https://good-search.org/about/datenschutz |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_ExtensionName__", "description": "__MSG_ExtensionDescription__", "author": "gexsi.com", "homepage_url": "https:\/\/blue-search.org", "version": "1.0.1", "icons": { "32": "blue-logo-32.png", "48": "blue-logo-48.png" }, "background": { "persistent": true, "scripts": [ "js\/main.js" ] }, "permissions": [], "default_locale": "en", "short_name": ".blue", "chrome_settings_overrides": { "search_provider": { "name": ".blue Search", "search_url": "https:\/\/blue-search.org\/search?q={searchTerms}&pk_campaign=blue-omnibox-chrome", "favicon_url": "https:\/\/blue-search.org\/favicon.ico", "keyword": "blue", "encoding": "UTF-8", "is_default": true } } } |