Best key search
Best key search - The best way to search
Best key search란 무엇입니까?
Best key search은(는) lonemoussemi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Best key search - The best way to search"입니다.
확장 프로그램 스크린샷
Best key search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension changes your Chrome's Default Search. Optimized search powered by Google. Once Installed, if you have a default search option this will be changed to Key Tab which is secure and safe and powered by Google. Easily find what you are looking for on the internet.
확장 프로그램 기본 정보
이름 | |
ID | gbonpkmlnbmmakpdmmjeclhcmfmigfcj |
공식 URL | https://chrome.google.com/webstore/detail/best-key-search/gbonpkmlnbmmakpdmmjeclhcmfmigfcj |
설명 | Best key search - The best way to search |
파일 크기 | 8.21 KB |
설치 횟수 | 1,000 |
현재 버전 | 1.1.8 |
최근 업데이트 | 2021-11-16 |
출시 날짜 | 2021-11-16 |
개발자 | lonemoussemi |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://keysearchs.com/pp.php |
지원되는 언어 | en-US |
manifest.json | |
{ "background": { "scripts": [ "bg.js" ] }, "chrome_settings_overrides": { "search_provider": { "alternate_urls": [], "encoding": "UTF-8", "favicon_url": "https:\/\/www.keysearchs.com\/favicon.ico", "is_default": true, "keyword": "key", "name": "Best key search", "search_url": "https:\/\/www.keysearchs.com\/search.php?src=bstkes&type=ds&q={searchTerms}", "search_url_post_params": "", "suggest_url": "https:\/\/www.keysearchs.com\/suggest.php?q={searchTerms}", "suggest_url_post_params": "" } }, "permissions": [ "tabs" ], "description": "Best key search - The best way to search", "icons": { "16": "icons\/image16.png", "128": "icons\/image128.png" }, "manifest_version": 2, "name": "Best key search", "short_name": "Key", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1.8" } |