.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
        }
    }
}