Microsoft Bing Quick Search

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

Microsoft Bing Quick Searchとは何ですか?

Microsoft Bing Quick SearchはMicrosoft Corporationによって開発されたChromeの拡張機能で、その主な機能は「Search the web faster when you download the Quick Search extension from Microsoft Bing」です。

拡張機能のスクリーンショット

screenshot
screenshot

Microsoft Bing Quick Search拡張機能のCRXファイルをダウンロード

Microsoft Bing Quick Search拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Microsoft Bing Quick Search Microsoft Bing Quick Search
ID cdedofbhklkncphcijdegghnnmpoipnb
公式URL https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb
説明 Search the web faster when you download the Quick Search extension from Microsoft Bing
ファイルサイズ 100 KB
インストール数 1,373
現在のバージョン 1.0.10
最終更新日 2023-09-20
公開日 2020-10-21
評価 3.25/5 合計 4 レビュー
開発者 Microsoft Corporation
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://go.microsoft.com/fwlink?LinkId=521839
対応言語 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'"
}