.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ファイルをダウンロード
.blue Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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 } } } |