Microsoft Bing Quick Search

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

O que é Microsoft Bing Quick Search?

Microsoft Bing Quick Search é uma extensão do Chrome desenvolvida por Microsoft Corporation, e sua principal característica é "Search the web faster when you download the Quick Search extension from Microsoft Bing".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Microsoft Bing Quick Search

Baixe arquivos de extensão Microsoft Bing Quick Search no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Microsoft Bing Quick Search Microsoft Bing Quick Search
ID cdedofbhklkncphcijdegghnnmpoipnb
URL Oficial https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb
Descrição Search the web faster when you download the Quick Search extension from Microsoft Bing
Tamanho do Arquivo 100 KB
Contagem de Instalações 1,373
Versão Atual 1.0.10
Última Atualização 2023-09-20
Data de Publicação 2020-10-21
Classificação 3.25/5 Total de 4 Avaliações
Desenvolvedor Microsoft Corporation
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://go.microsoft.com/fwlink?LinkId=521839
Idiomas Suportados 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'"
}