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 |
公式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 |
Eメール | [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" } } |