Searchbridge Enhanced Search
Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more.
Searchbridge Enhanced Search란 무엇입니까?
Searchbridge Enhanced Search은(는) searchbridge에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more."입니다.
확장 프로그램 스크린샷
Searchbridge Enhanced Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The Searchbridge extension will set your home page to Searchbridge.co and will update your new tab search and default search. When you search on Searchbridge.co you will see search results for the type of search you perform, including Web, Images, Videos, and Businesses. Searchbridge believes in helping our users find and support local businesses. We believe that supporting and buying local is how we create strong communities and support our local economies. When you install the Searchbridge Enhanced Search extension, you will be able to use the Searchbridge.co as your default search page. Please reach out with any feature requests or bug reports- our mission is to continue to evolve Searchbridge.co with new features and deliver a high quality web search experience. Our Terms of Service are available here: https://searchbridge.co/terms Our Privacy Policy is available here: https://searchbridge.co/privacy You may contact SearchBridge on our contact page, available at this url: https://searchbridge.co/contact
확장 프로그램 기본 정보
이름 | Searchbridge Enhanced Search |
ID | cphdfnkapmpajanckedafmhancapjmne |
공식 URL | https://chromewebstore.google.com/detail/searchbridge-enhanced-sea/cphdfnkapmpajanckedafmhancapjmne |
설명 | Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more. |
파일 크기 | 10.74 KB |
설치 횟수 | 20,000 |
현재 버전 | 1.2.02 |
최근 업데이트 | 2020-11-25 |
출시 날짜 | 2020-08-26 |
개발자 | searchbridge |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.searchbridge.co |
도움말 페이지 URL | https://www.searchbridge.co/contact |
개인정보 보호 정책 페이지 URL | https://searchbridge.co/Privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Searchbridge Enhanced Search", "description": "Set your home page to Searchbridge.co with enhanced search of the Web, Images, Businesses, Videos and more.", "version": "1.2.02", "chrome_url_overrides": { "newtab": "redirect.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.searchbridge.co\/*", "https:\/\/searchbridge.co\/*", "http:\/\/www.searchbridge.co\/*", "http:\/\/searchbridge.co\/*" ], "js": [ "js\/background.js" ] } ], "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/www.searchbridge.co\/favicon.ico", "instant_url": "https:\/\/www.searchbridge.co\/search\/{searchTerms}?utm_source=exten-inst", "instant_url_post_params": "", "is_default": true, "keyword": "Default-Search", "name": "Searchbridge", "search_url": "https:\/\/www.searchbridge.co\/search\/{searchTerms}?utm_source=exten-srch", "search_url_post_params": "" } }, "icons": { "128": "img\/icon128.png", "16": "img\/icon16.png", "48": "img\/icon48.png" }, "manifest_version": 2, "web_accessible_resources": [ "icons\/checker.gif" ] } |