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 |
电子邮箱 | [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" } |