Microsoft Bing Quick Search

Search the web faster when you download the Quick Search extension from Microsoft Bing

Was ist Microsoft Bing Quick Search?

Microsoft Bing Quick Search ist eine Chrome-Erweiterung, die von Microsoft Corporation entwickelt wurde, und ihr Hauptmerkmal ist "Search the web faster when you download the Quick Search extension from Microsoft Bing".

Erweiterungsscreenshots

screenshot
screenshot

Microsoft Bing Quick Search-Erweiterungs-CRX-Datei herunterladen

Laden Sie Microsoft Bing Quick Search-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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 Bing—without ever having to open a new tab or type in the search bar.                    

Grundlegende Informationen zur Erweiterung

Name Microsoft Bing Quick Search Microsoft Bing Quick Search
ID cdedofbhklkncphcijdegghnnmpoipnb
Offizielle URL https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb
Beschreibung Search the web faster when you download the Quick Search extension from Microsoft Bing
Dateigröße 100 KB
Installationsanzahl 1,373
Aktuelle Version 1.0.10
Letztes Update 2023-09-20
Veröffentlichungsdatum 2020-10-21
Bewertung 3.25/5 Insgesamt 4 Bewertungen
Entwickler Microsoft Corporation
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://go.microsoft.com/fwlink?LinkId=521839
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.10",
    "manifest_version": 2,
    "name": "__MSG_ExtnName__",
    "description": "__MSG_ExtnDescription__",
    "default_locale": "en",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage",
        "cookies",
        "tabs",
        "alarms",
        "contextMenus",
        "notifications"
    ],
    "background": {
        "_comment_": "list scripts by order of execution",
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/background.bundle.js"
        ]
    },
    "options_ui": {
        "page": "templates\/options.html"
    },
    "icons": {
        "16": ".\/assets\/icon_16x16.png",
        "32": ".\/assets\/icon_32x32.png",
        "64": ".\/assets\/icon_64x64.png",
        "128": ".\/assets\/icon_128x128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}