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ファイルをダウンロード
Happy Wild Cats拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
Eメール | [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" } |