MSN + Bing for Chrome
Set MSN as your homepage and Bing as your search engine
MSN + Bing for Chrome란 무엇입니까?
MSN + Bing for Chrome은(는) Microsoft Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set MSN as your homepage and Bing as your search engine"입니다.
확장 프로그램 스크린샷
MSN + Bing for Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } |