Default Search Tool
Search the web using this useful tool from the address bar.
Default Search Tool란 무엇입니까?
Default Search Tool은(는) https://defaultsearchtool.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Search the web using this useful tool from the address bar."입니다.
확장 프로그램 스크린샷
Default Search Tool 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Search the web using the Default Search Tool from the address bar. Get inspired and make your Google Chrome experience better by replacing your browser's search bar or recent searches toolbar with Yahoo! search results. This extension configures your default search setting to Default Search Tool with results powered by Yahoo!. This extension can be uninstalled at any time. Privacy Policy: https://defaultsearchtool.com/Privacy.html EULA: https://defaultsearchtool.com/Terms.html
확장 프로그램 기본 정보
이름 | Default Search Tool |
ID | efmlapiifhopliikdcggdflihnhnadcc |
공식 URL | https://chromewebstore.google.com/detail/default-search-tool/efmlapiifhopliikdcggdflihnhnadcc |
설명 | Search the web using this useful tool from the address bar. |
파일 크기 | 713 KB |
설치 횟수 | 8,046 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-09-30 |
출시 날짜 | 2021-09-16 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | https://defaultsearchtool.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://beta.defaultsearchtool.com/Privacy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "short_name": "Default Search Tool", "name": "Default Search Tool", "description": "Search the web using this useful tool from the address bar.", "version": "1.0.2", "background": { "scripts": [ "bg.js" ] }, "offline_enabled": false, "chrome_settings_overrides": { "search_provider": { "name": "Default Search Tool", "keyword": "kw", "search_url": "https:\/\/dash.defaultsearchtool.com\/search?p={searchTerms}", "favicon_url": "https:\/\/defaultsearchtool.com\/favicon.ico", "suggest_url": "https:\/\/dash.defaultsearchtool.com\/suggest?p={searchTerms}", "encoding": "UTF-8", "is_default": true } }, "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "permissions": [ "cookies", "https:\/\/*.defaultsearchtool.com\/" ], "web_accessible_resources": [ "*.json" ] } |