Explore To Search
Your search results only from popular search engines
Explore To Search란 무엇입니까?
Explore To Search은(는) yancoolay에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Your search results only from popular search engines"입니다.
확장 프로그램 스크린샷
Explore To Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search through the search bar with popular search engines. By pressing "s"+tab or "s"+space you'll discover the world of top search engines results ! Your search results never had a better home. It's now the time to explore your search... Important notices: 1. Pressing "Add to chrome" button is a confirmation you accept and agree the Terms of Use and Privacy Policy. Furthermore, by pressing the "Add to chrome" button you accept and agree to install Explore To Search extension - This will set Chrome™ default search engine to Explore To Search. 2. Entering "s"+tab or "s"+space on the search bar will reveal the functionality to do a search through the "Explore To Search" extension. After you inserted the desired query two new tabs will be opened with the entered query in two popular search engines !
확장 프로그램 기본 정보
이름 | |
ID | nibcomahncdgfpomleflglbefefieape |
공식 URL | https://chromewebstore.google.com/detail/explore-to-search/nibcomahncdgfpomleflglbefefieape |
설명 | Your search results only from popular search engines |
파일 크기 | 45.11 KB |
설치 횟수 | 143 |
현재 버전 | 1.0.3 |
최근 업데이트 | 2021-10-28 |
출시 날짜 | 2021-07-07 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | yancoolay |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.exploretosearch.com/pages/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "name": "Explore To Search", "version": "1.0.3", "manifest_version": 3, "description": "Your search results only from popular search engines", "background": { "service_worker": "background.js" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/exploretosearch.com\/site\/uploads\/2021\/Jun\/23\/icon16.png", "is_default": true, "keyword": "exploretosearch.com", "name": "ExploreToSearch", "search_url": "https:\/\/exploretosearch.com\/search?engine=1&q={searchTerms}", "suggest_url": "https:\/\/exploretosearch.com\/suggestQueries?q={searchTerms}" } }, "icons": { "128": "images\/icon128.png", "16": "images\/icon16.png", "48": "images\/icon48.png" }, "omnibox": { "keyword": "s" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "host_permissions": [ "http:\/\/suggestqueries.google.com\/" ] } |