Hello Cat
I'll be with you!
什么是Hello Cat?
Hello Cat是由sonderzx开发的Chrome扩展程序,该扩展的主要功能是“I'll be with you!”。
扩展截图
下载Hello Cat扩展crx文件
下载Hello Cat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I'll be with you!当你感到疲惫,点开我,我为你提供让你赏心悦目的图片及搞笑的表情包,希望为您减除一些疲惫~ 扩展基本信息
| 名称 | |
| ID | jnbfeeakoonoikdnphkeifkkdiikcioh |
| 官方URL | https://chromewebstore.google.com/detail/hello-cat/jnbfeeakoonoikdnphkeifkkdiikcioh |
| 简介 | I'll be with you! |
| 文件大小 | 48.53 KB |
| 安装次数 | 21 |
| 当前版本 | 1.1 |
| 更新时间 | 2019-10-26 |
| 上架时间 | 2019-10-24 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | sonderzx |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Hello Cat",
"version": "1.1",
"description": "I'll be with you!",
"author": "zhangshujun",
"icons": {
"48": "icon.png",
"128": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html"
},
"web_accessible_resources": [
"inject.js"
]
} | |