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.
擴展基本資訊
名稱 | I Need Healing |
ID | ifjangmbmgigcbpejdbifapfdgkbnnpm |
官方網址 | 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" } } |