Microsoft Bing Search for Chrome

Set Microsoft Bing as your default search provider

Microsoft Bing Search for Chromeคืออะไร?

Microsoft Bing Search for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Microsoft Corporation และคุณลักษณะหลักของมันคือ "Set Microsoft Bing as your default search provider"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Microsoft Bing Search for Chrome

ดาวน์โหลดไฟล์ส่วนขยาย Microsoft Bing Search for Chrome ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Microsoft Bing Search for Chrome is a browser extension that lets you access the power of Bing from your Chrome browser. With Bing Search, you can:
•	Search the web with fast and accurate results
•	Get instant answers to your questions from Bing’s rich knowledge graph
•	Discover new and trending topics with Bing’s daily homepage images and news stories
•	Customize your search setting and preferences
•	Earn rewards for your searches with Microsoft Rewards
•	Search on any website with the quick search feature

Microsoft Bing Search for Chrome is the ultimate search tool for Chrome users. Try it today and see the difference!

*This description was generated by the new Bing, your AI-powered copilot for the web.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Microsoft Bing Search for Chrome Microsoft Bing Search for Chrome
ID hkecabaloghleaicfhefejdijblljpco
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/microsoft-bing-search-for/hkecabaloghleaicfhefejdijblljpco
คำอธิบาย Set Microsoft Bing as your default search provider
ขนาดไฟล์ 136 KB
จำนวนการติดตั้ง 6,043,656
เวอร์ชันปัจจุบัน 1.0.0.15
อัปเดตครั้งล่าสุด 2023-12-01
วันที่เผยแพร่ 2023-12-01
คะแนน 2.67/5 รวมทั้งหมด 81 คะแนน
ผู้พัฒนา Microsoft Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://go.microsoft.com/fwlink?LinkId=521839
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/background.bundle.js",
            ".\/scripts\/firstSearchNotificationBackground.js",
            ".\/scripts\/jquery-1.9.1.min.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/assets\/Logo_48.png"
    },
    "chrome_settings_overrides": {
        "search_provider": {
            "favicon_url": "https:\/\/www.bing.com\/favicon.ico",
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?EID=MBSC&form=BGGCMF&pc=__PARAM__BG02&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?form=BGGCSS&pc=__PARAM__BG02&query={searchTerms}"
        }
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_ExtnDescription__",
    "externally_connectable": {
        "matches": [
            "https:\/\/www.bing.com\/*",
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "icons": {
        "128": ".\/assets\/Logo_128.png",
        "16": ".\/assets\/Logo.png",
        "48": ".\/assets\/Logo_48.png"
    },
    "manifest_version": 2,
    "name": "__MSG_ExtnName__",
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "alarms",
        "storage",
        "contextMenus",
        "notifications"
    ],
    "short_name": "__MSG_ExtnName__",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0.15"
}