Microsoft Bing Quick Search
Search the web faster when you download the Quick Search extension from Microsoft Bing
Microsoft Bing Quick Search란 무엇입니까?
Microsoft Bing Quick Search은(는) Microsoft Corporation에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the web faster when you download the Quick Search extension from Microsoft Bing"입니다.
확장 프로그램 스크린샷
Microsoft Bing Quick Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
It’s easy—Go to any website and highlight the text you want to look up. With just one click, you’ll see your search results on Bing—without ever having to open a new tab or type in the search bar.
확장 프로그램 기본 정보
이름 | Microsoft Bing Quick Search |
ID | cdedofbhklkncphcijdegghnnmpoipnb |
공식 URL | https://chromewebstore.google.com/detail/microsoft-bing-quick-sear/cdedofbhklkncphcijdegghnnmpoipnb |
설명 | Search the web faster when you download the Quick Search extension from Microsoft Bing |
파일 크기 | 100 KB |
설치 횟수 | 1,373 |
현재 버전 | 1.0.10 |
최근 업데이트 | 2023-09-20 |
출시 날짜 | 2020-10-21 |
평점 | 3.25/5 총 4 개의 평점 |
개발자 | Microsoft Corporation |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://go.microsoft.com/fwlink?LinkId=521839 |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.10", "manifest_version": 2, "name": "__MSG_ExtnName__", "description": "__MSG_ExtnDescription__", "default_locale": "en", "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "storage", "cookies", "tabs", "alarms", "contextMenus", "notifications" ], "background": { "_comment_": "list scripts by order of execution", "scripts": [ ".\/scripts\/ping.js", ".\/background.bundle.js" ] }, "options_ui": { "page": "templates\/options.html" }, "icons": { "16": ".\/assets\/icon_16x16.png", "32": ".\/assets\/icon_32x32.png", "64": ".\/assets\/icon_64x64.png", "128": ".\/assets\/icon_128x128.png" }, "content_security_policy": "script-src 'self'; object-src 'self'" } |