MSN Homepage, Bing Search & News
Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news
MSN Homepage, Bing Search & Newsとは何ですか?
MSN Homepage, Bing Search & NewsはMicrosoft Corporationによって開発されたChromeの拡張機能で、その主な機能は「Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news」です。
拡張機能のスクリーンショット
MSN Homepage, Bing Search & News拡張機能のCRXファイルをダウンロード
MSN Homepage, Bing Search & News拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Set your homepage to MSN.com to check out the latest news, entertainment and sports each day & turn your searching into doing with Bing and stay up-to-date with the latest news. 拡張機能の基本情報
| 名前 | |
| ID | midiombanaceofjhodpdibeppmnamfcj |
| 公式URL | https://chromewebstore.google.com/detail/msn-homepage-bing-search/midiombanaceofjhodpdibeppmnamfcj |
| 説明 | Set MSN Homepage, Bing Search Engine & stay up-to-date with the latest news |
| ファイルサイズ | 1.26 MB |
| インストール数 | 12,203 |
| 現在のバージョン | 0.0.0.17 |
| 最終更新日 | 2022-08-13 |
| 公開日 | 2020-07-31 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | Microsoft Corporation |
| Eメール | [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,mr,bn,te,th,ar,zh-CN,zh-TW,ja,ko |
| manifest.json | |
{
"action": {
"default_icon": "Logo_48.ico",
"default_popup": "popup.html"
},
"background": {
"service_worker": "rootServiceWorker.js"
},
"chrome_settings_overrides": {
"homepage": "https:\/\/www.msn.com\/?pc=U566&ocid=MSNHP_U566&osmkt=__MSG_HomePage__",
"search_provider": {
"favicon_url": "https:\/\/www.bing.com\/favicon.ico",
"is_default": true,
"prepopulated_id": 3,
"search_url": "https:\/\/www.bing.com\/search?FORM=U566DF&PC=U566&q={searchTerms}",
"suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U566DF&PC=U566&query={searchTerms}"
},
"startup_pages": [
"https:\/\/www.msn.com\/?pc=U566&ocid=MSNHP_U566&osmkt=__MSG_HomePage__"
]
},
"default_locale": "en",
"description": "__MSG_ExtnDescription__",
"externally_connectable": {
"matches": [
"https:\/\/www.bing.com\/*",
"https:\/\/browserdefaults.microsoft.com\/*"
]
},
"host_permissions": [
"http:\/\/g.ceipmsn.com\/*",
"http:\/\/*.bing.com\/*",
"https:\/\/*.bing.com\/*",
"http:\/\/*.microsoft.com\/*",
"https:\/\/*.microsoft.com\/*"
],
"icons": {
"128": "Logo_128.ico",
"16": "Logo.png",
"48": "Logo_48.ico"
},
"manifest_version": 3,
"name": "__MSG_ExtnName__",
"permissions": [
"cookies",
"storage",
"scripting",
"alarms"
],
"short_name": "__MSG_ExtnName__",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "0.0.0.17"
} | |