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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | MSN Homepage, Bing Search & 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 |
이메일 | [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" } |