MSN + Bing for Chrome

Set MSN as your homepage and Bing as your search engine

MSN + Bing for Chromeคืออะไร?

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

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Enrich your browsing experience with the MSN + Bing extension for Chrome. Stay up-to-date with the latest headline news, sports, local weather, entertainment and more from thousands of the world’s most popular and trusted news brands. Keep up with trending topic through popular searches and take advantage of faster search results with Bing. 

Add the MSN + Bing extension for Chrome now. 

Features include:
- Trending news from thousands of the world’s most popular and trusted news sources 
- Stay connected through integrated Outlook.com and Skype accounts
- Get localized weather forecasts and sports scores from your favorite teams
- Access your Office Online account directly and stay productive 
- Fast and comprehensive web search with Bing Search
- Get instant answers to your questions from Bing’s rich knowledge graph
- Customize your search setting and preferences
- Earn rewards for your searches with Microsoft Rewards                    

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

ชื่อ MSN + Bing for Chrome MSN + Bing for Chrome
ID jhikancdgcieieaapcjmbpjflikjgkpn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/msn-+-bing-for-chrome/jhikancdgcieieaapcjmbpjflikjgkpn
คำอธิบาย Set MSN as your homepage and Bing as your search engine
ขนาดไฟล์ 156 KB
จำนวนการติดตั้ง 1,560,683
เวอร์ชันปัจจุบัน 1.0.0.54
อัปเดตครั้งล่าสุด 2023-10-27
วันที่เผยแพร่ 2021-06-14
คะแนน 4.21/5 รวมทั้งหมด 84 คะแนน
ผู้พัฒนา Microsoft Corporation
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://go.microsoft.com/fwlink?LinkId=521839
ภาษาที่รองรับ id,de,en,en-GB,en-US,fr,nl,no,tr,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,fi,sv,el,bg,ru,iw,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "background": {
        "persistent": true,
        "scripts": [
            ".\/scripts\/ping.js",
            ".\/background.bundle.js",
            ".\/scripts\/firstSearchNotification-chrome.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/assets\/Logo_48.ico"
    },
    "chrome_settings_overrides": {
        "homepage": "https:\/\/www.msn.com\/?pc=__PARAM__U519&osmkt=__MSG_HomePage__&ocid=U519DHP",
        "search_provider": {
            "is_default": true,
            "prepopulated_id": 3,
            "search_url": "https:\/\/www.bing.com\/search?form=BGGCMF&pc=__PARAM__U519&q={searchTerms}",
            "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?form=BGGCSS&pc=__PARAM__U519&query={searchTerms}"
        },
        "startup_pages": [
            "https:\/\/www.msn.com\/?pc=__PARAM__U519&osmkt=__MSG_HomePage__&ocid=U519DHP"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/browserdefaults.microsoft.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_ExtnDescription__",
    "icons": {
        "128": ".\/assets\/Logo_128.ico",
        "16": ".\/assets\/Logo.png",
        "48": ".\/assets\/Logo_48.ico"
    },
    "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.54"
}