Microsoft Bing Homepage & Search for Chrome

Set Microsoft Bing as your default homepage and default search engine

Τι είναι το Microsoft Bing Homepage & Search for Chrome;

Το Microsoft Bing Homepage & Search for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Microsoft Corporation, και η κύρια λειτουργία του είναι "Set Microsoft Bing as your default homepage and default search engine".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Microsoft Bing Homepage & Search for Chrome

Λήψη αρχείων επέκτασης Microsoft Bing Homepage & Search for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Set your homepage to Bing.com to check out the latest news, entertainment and sports each day and turn your searching into doing with Microsoft Bing.

Search the web faster with the quick search feature. It’s easy—Go to any website and highlight the text you want to look up. With just one click, you’ll see your search results on Microsoft Bing.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Microsoft Bing Homepage & Search for Chrome Microsoft Bing Homepage & Search for Chrome
ID ddojnmkongaimkdddgmcccldlfhokcfb
Επίσημο URL https://chromewebstore.google.com/detail/microsoft-bing-homepage-s/ddojnmkongaimkdddgmcccldlfhokcfb
Περιγραφή Set Microsoft Bing as your default homepage and default search engine
Μέγεθος Αρχείου 137 KB
Αριθμός Εγκαταστάσεων 1,641,105
Τρέχουσα Έκδοση 1.0.0.25
Τελευταία Ενημέρωση 2023-11-05
Ημερομηνία Δημοσίευσης 2021-02-16
Αξιολόγηση 3.89/5 Συνολικά 66 Αξιολογήσεις
Προγραμματιστής Microsoft Corporation
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://go.microsoft.com/fwlink?LinkId=521839
Υποστηριζόμενες Γλώσσες id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/background.bundle.js",
            ".\/scripts\/firstSearchNotificationBackground.js",
            ".\/scripts\/jquery-1.9.1.min.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/assets\/Logo_48.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bing.com\/*",
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.bing.com\/?pc=__PARAM__BG00",
        "search_provider": {
            "favicon_url": "https:\/\/www.bing.com\/favicon.ico",
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?EID=MBHSC&form=BGGCMF&pc=__PARAM__BG00&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?form=BGGCSS&pc=__PARAM__BG00&query={searchTerms}"
        },
        "startup_pages": [
            "https:\/\/www.bing.com\/?pc=__PARAM__BG00"
        ]
    },
    "default_locale": "en",
    "description": "__MSG_ExtnDescription__",
    "icons": {
        "128": ".\/assets\/Logo_128.png",
        "16": ".\/assets\/Logo.png",
        "48": ".\/assets\/Logo_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ExtnName__",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "alarms",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "short_name": "__MSG_ExtnName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.25",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "web_accessible_resources": [
        "images\/bgextn.png"
    ]
}