I Need Healing
I am Genji. I need healing.
什么是I Need Healing?
I Need Healing是由Xuezheng Ma开发的Chrome扩展程序,该扩展的主要功能是“I am Genji. I need healing.”。
扩展截图
下载I Need Healing扩展crx文件
下载I Need Healing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
I am Genji. I need healing.
Click the extension icon to play "I need healing" voice line by Genji from Overwatch. 扩展基本信息
| 名称 | |
| ID | ifjangmbmgigcbpejdbifapfdgkbnnpm |
| 官方URL | https://chromewebstore.google.com/detail/i-need-healing/ifjangmbmgigcbpejdbifapfdgkbnnpm |
| 简介 | I am Genji. I need healing. |
| 文件大小 | 56.69 KB |
| 安装次数 | 295 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2017-06-30 |
| 上架时间 | 2017-06-29 |
| 评分 | 5.00/5 共28次评分 |
| 开发者 | Xuezheng Ma |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://github.com/xuezhma/i-need-healing |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "I Need Healing",
"description": "I am Genji. I need healing.",
"version": "1.0.0",
"icons": {
"16": "img\/icon.png",
"48": "img\/icon.png",
"128": "img\/icon.png"
},
"background": {
"scripts": [
"js\/index.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "img\/icon.png",
"default_title": "I Need Healing"
}
} | |