Happy Wild Cats
Extension adding Happy Wild Cats search engine to Chrome.
Happy Wild Cats란 무엇입니까?
Happy Wild Cats은(는) https://happycatswild.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension adding Happy Wild Cats search engine to Chrome."입니다.
확장 프로그램 스크린샷
Happy Wild Cats 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Extension adding Happy Wild Cats search engine to browser. Change default search engine to make Happy Wild Cats your search in Chrome browser address bar (omnibox). Happy Wild Cats is a small and fast Google Chrome extension that helps you change your default search engine in address bar of the browser to Happy Wild Cats very easily. Privacy Policy: https://happycatswild.com/privacy.html Terms of Use: https://happycatswild.com/terms.html By click on «Add to Chrome» button in the top right hand corner and installing Happy Wild Cats extension, you are agreeing to install this extension, you are agreeing to our Privacy Policy, and you are agreeing to our Terms of Use. The extension will update your search settings and will change search services provided by Happy Wild Cats.
확장 프로그램 기본 정보
이름 | |
ID | bbnjhnlnhdpahgiimbcaoegafogfmmin |
공식 URL | https://chromewebstore.google.com/detail/happy-wild-cats/bbnjhnlnhdpahgiimbcaoegafogfmmin |
설명 | Extension adding Happy Wild Cats search engine to Chrome. |
파일 크기 | 7.92 KB |
설치 횟수 | 11,513 |
현재 버전 | 1.0.2 |
최근 업데이트 | 2021-08-29 |
출시 날짜 | 2021-05-21 |
평점 | 1.00/5 총 2 개의 평점 |
개발자 | https://happycatswild.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://happycatswild.com/privacy.html |
지원되는 언어 | en |
manifest.json | |
{ "manifest_version": 2, "version": "1.0.2", "name": "Happy Wild Cats", "description": "Extension adding Happy Wild Cats search engine to Chrome.", "icons": { "128": "128.png" }, "permissions": [ "contextMenus", "webRequest", "webRequestBlocking", "https:\/\/happycatswild.com\/*" ], "chrome_settings_overrides": { "search_provider": { "name": "Happy Wild Cats", "keyword": "hwc", "search_url": "https:\/\/happycatswild.com\/search?q={searchTerms}", "favicon_url": "https:\/\/happycatswild.com\/favicon.ico", "encoding": "UTF-8", "is_default": true } }, "background": { "scripts": [ "lib.js", "background.js" ] }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx" } |