BSearch
Get search results from web, images, videos and news.
BSearch란 무엇입니까?
BSearch은(는) SearchItEasy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get search results from web, images, videos and news."입니다.
확장 프로그램 스크린샷
BSearch 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
BSearch enable user's browser to search web results. This awesome extension provides current time 8 different time zones plus recent visited sites. By clicking "Add to Chrome", I accept and agree to installing the BSearch Chrome extension and setting Chrome New Tab and default search to that provided by the service and the Terms of Use and Privacy Policy. Newtab and default search will be powered by Microsoft Bing. Terms & Conditions: https://bsearch.today/terms-conditions.php
확장 프로그램 기본 정보
이름 | BSearch |
ID | dmekmjfdcaapnlbheedjfcknmgmobhmj |
공식 URL | https://chromewebstore.google.com/detail/bsearch/dmekmjfdcaapnlbheedjfcknmgmobhmj |
설명 | Get search results from web, images, videos and news. |
파일 크기 | 71.89 KB |
설치 횟수 | 45 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2022-09-08 |
출시 날짜 | 2022-09-08 |
평점 | 5.00/5 총 84 개의 평점 |
개발자 | SearchItEasy |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://bsearch.today |
도움말 페이지 URL | https://bsearch.today/contact.php |
개인정보 보호 정책 페이지 URL | https://searchiteasy.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "BSearch", "author": "Alphazeta Systems Ltd", "version": "0.0.1", "description": "Get search results from web, images, videos and news.", "chrome_settings_overrides": { "search_provider": { "name": "bsearch.today", "keyword": "keyword.bsearch.today", "search_url": "https:\/\/bsearch.today\/trk\/t.php?q={searchTerms}&channel=BSEARCH", "favicon_url": "https:\/\/bsearch.today\/favicon.ico", "suggest_url": "https:\/\/bsearch.today\/suggest?q={searchTerms}", "instant_url": "https:\/\/bsearch.today\/instant?q={searchTerms}", "image_url": "https:\/\/bsearch.today\/image?q={searchTerms}", "search_url_post_params": "search_lang=bsearch.today", "suggest_url_post_params": "suggest_lang=bsearch.today", "instant_url_post_params": "instant_lang=bsearch.today", "image_url_post_params": "image_lang=bsearch.today", "alternate_urls": [ "https:\/\/bsearch.today\/s?q={searchTerms}", "https:\/\/bsearch.today\/s?q={searchTerms}" ], "encoding": "UTF-8", "is_default": true } }, "background": { "service_worker": "background.js" }, "icons": { "16": "icons\/icon16.png", "28": "icons\/icon28.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "64": "icons\/icon64.png", "96": "icons\/icon96.png", "128": "icons\/icon128.png" }, "permissions": [ "history", "alarms", "storage" ], "chrome_url_overrides": { "newtab": "options.html" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem 'self' 'unsafe-inline' https:\/\/ssl.google-analytics.com;" } } |