Bing FrontPage
Start your day exactly how you like it by personalizing your browser.
Bing FrontPage란 무엇입니까?
Bing FrontPage은(는) Microsoft Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Start your day exactly how you like it by personalizing your browser."입니다.
확장 프로그램 스크린샷
Bing FrontPage 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Start your day exactly how you like it. See any image you choose or the Bing image of the day when you open a new browser tab with this official extension from Bing. Here's what you can do: • Find quick links to helpful resources and widgets • Get easy access to search the web with Bing • Upload your own image or see the Bing image of the day Plus: This extension also sets Bing as your default search engine, allowing you to easily access any information on the web.
확장 프로그램 기본 정보
이름 | Bing FrontPage |
ID | dheeaedbndbecfdpmbcolpfoclkbcddo |
공식 URL | https://chromewebstore.google.com/detail/bing-frontpage/dheeaedbndbecfdpmbcolpfoclkbcddo |
설명 | Start your day exactly how you like it by personalizing your browser. |
파일 크기 | 97.24 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.0.6 |
최근 업데이트 | 2023-09-28 |
출시 날짜 | 2020-10-05 |
평점 | 3.76/5 총 17 개의 평점 |
개발자 | Microsoft Corporation |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://go.microsoft.com/fwlink?LinkId=521839 |
지원되는 언어 | en |
manifest.json | |
{ "background": { "scripts": [ ".\/scripts\/ping.js", ".\/background.bundle.js" ] }, "chrome_settings_overrides": { "homepage": "https:\/\/www.bing.com\/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597", "search_provider": { "is_default": true, "prepopulated_id": 3, "search_url": "https:\/\/www.bing.com\/search?FORM=U597DF&PC=U597&q={searchTerms}", "suggest_url": "https:\/\/www.bing.com\/osjson.aspx?FORM=U597DF&PC=U597&query={searchTerms}" }, "startup_pages": [ "https:\/\/www.bing.com\/travel?FORM=TGHPNT&entrypoint=TGHPNT&PC=U597" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "default_locale": "en", "description": "__MSG_ExtnDescription__", "icons": { "128": ".\/assets\/icon_128x128.png", "16": ".\/assets\/icon_16x16.png", "48": ".\/assets\/icon_48x48.png" }, "manifest_version": 2, "name": "__MSG_ExtnName__", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "storage", "cookies", "tabs", "alarms", "contextMenus" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6", "web_accessible_resources": [ "templates\/quickSearch.html" ] } |