Microsoft Bing Quick Search
Search the web faster when you download the Quick Search extension from Microsoft Bing
Cos'è Microsoft Bing Quick Search?
Microsoft Bing Quick Search è un'estensione di Chrome sviluppata da Microsoft Corporation, e la sua funzione principale è "Search the web faster when you download the Quick Search extension from Microsoft Bing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Microsoft Bing Quick Search
Scarica i file di estensione Microsoft Bing Quick Search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Microsoft Bing Quick Search |
ID | cdedofbhklkncphcijdegghnnmpoipnb |
URL Ufficiale | https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb |
Descrizione | Search the web faster when you download the Quick Search extension from Microsoft Bing |
Dimensione del File | 100 KB |
Conteggio Installazioni | 1,373 |
Versione Corrente | 1.0.10 |
Ultimo Aggiornamento | 2023-09-20 |
Data di Pubblicazione | 2020-10-21 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | Microsoft Corporation |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://go.microsoft.com/fwlink?LinkId=521839 |
Lingue Supportate | 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'" } |