Microsoft Bing Quick Search

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

Qu'est-ce que Microsoft Bing Quick Search ?

Microsoft Bing Quick Search est une extension Chrome développée par Microsoft Corporation, et sa fonction principale est "Search the web faster when you download the Quick Search extension from Microsoft Bing".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Microsoft Bing Quick Search

Téléchargez les fichiers d'extension Microsoft Bing Quick Search au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Microsoft Bing Quick Search Microsoft Bing Quick Search
ID cdedofbhklkncphcijdegghnnmpoipnb
URL Officiel https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb
Description Search the web faster when you download the Quick Search extension from Microsoft Bing
Taille du Fichier 100 KB
Nombre d'Installations 1,373
Version Actuelle 1.0.10
Dernière Mise à Jour 2023-09-20
Date de Publication 2020-10-21
Évaluation 3.25/5 Total 4 Évaluations
Développeur Microsoft Corporation
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://go.microsoft.com/fwlink?LinkId=521839
Langues Prises en Charge 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'"
}