.blue Search

The search engine for ocean restoration.

.blue Searchคืออะไร?

.blue Search เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blue-search.org และคุณลักษณะหลักของมันคือ "The search engine for ocean restoration."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย .blue Search

ดาวน์โหลดไฟล์ส่วนขยาย .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 .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
        }
    }
}