.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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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/
عنوان صفحة المساعدة https://blue-search.org/contact.php
عنوان صفحة سياسة الخصوصية 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
        }
    }
}