Coinup Search
Coinup Search changes your default search engine settings to Coinup.org
Coinup Search란 무엇입니까?
Coinup Search은(는) CoinUP에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Coinup Search changes your default search engine settings to Coinup.org"입니다.
확장 프로그램 스크린샷
Coinup Search 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Required permissions: 'search_provider' - this permission is needed to change your default Search Engine. Your searches will be redirected to Coinup.org 'Json' - this permission is needed to control that you have installed our extension and we do not offer it again if you have already installed it By clicking "Add to chrome", I accept and agree to installing the coinup Search extension and setting Chrome™ default search to that provided by the service and the Terms of Use (https://coinup.org/tos.html) and Privacy Policy (https://coinup.org/privacy-policy.html) Your privacy is important to us, read more about our privacy policy here : https://coinup.org/privacy-policy.html Learn more about us : https://coinup.org/info/#service Contact us : https://coinup.org/privacy-policy.html#contactus
확장 프로그램 기본 정보
이름 | Coinup Search |
ID | nmbnhilckoofgdfnelmheooliinmlifj |
공식 URL | https://chromewebstore.google.com/detail/coinup-search/nmbnhilckoofgdfnelmheooliinmlifj |
설명 | Coinup Search changes your default search engine settings to Coinup.org |
파일 크기 | 21.5 KB |
설치 횟수 | 24 |
현재 버전 | 1.0.0 |
최근 업데이트 | 2020-04-16 |
출시 날짜 | 2020-04-14 |
평점 | 5.00/5 총 1 개의 평점 |
개발자 | CoinUP |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://coinup.org/privacy-policy.html |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Coinup Search", "version": "1.0.0", "manifest_version": 2, "description": "Coinup Search changes your default search engine settings to Coinup.org", "icons": { "16": "icon16.png", "128": "icon128.png" }, "chrome_settings_overrides": { "search_provider": { "encoding": "UTF-8", "favicon_url": "https:\/\/coinup.org\/favicon.ico", "is_default": true, "keyword": "Coinup", "name": "Coinup", "search_url": "https:\/\/coinup.org\/search.php?a=6013&q={searchTerms}" } }, "web_accessible_resources": [ "*.json" ] } |