Microsoft Bing Quick Search

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

Apa itu Microsoft Bing Quick Search?

Microsoft Bing Quick Search adalah ekstensi Chrome yang dikembangkan oleh Microsoft Corporation, dan fitur utamanya adalah "Search the web faster when you download the Quick Search extension from Microsoft Bing".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Microsoft Bing Quick Search

Unduh file ekstensi Microsoft Bing Quick Search dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Microsoft Bing Quick Search Microsoft Bing Quick Search
ID cdedofbhklkncphcijdegghnnmpoipnb
URL Resmi https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb
Deskripsi Search the web faster when you download the Quick Search extension from Microsoft Bing
Ukuran File 100 KB
Jumlah Instalasi 1,373
Versi Saat Ini 1.0.10
Terakhir Diperbarui 2023-09-20
Tanggal Publikasi 2020-10-21
Penilaian 3.25/5 Total 4 Penilaian
Pengembang Microsoft Corporation
Email [email protected]
Tipe Pembayaran free
URL Halaman Kebijakan Privasi https://go.microsoft.com/fwlink?LinkId=521839
Bahasa yang Didukung 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'"
}