HS Fatigue Calculator
This extension helps to calculate fatigue by n drawn cards
HS Fatigue Calculatorとは何ですか?
HS Fatigue CalculatorはUnknownによって開発されたChromeの拡張機能で、その主な機能は「This extension helps to calculate fatigue by n drawn cards」です。
拡張機能のスクリーンショット
HS Fatigue Calculator拡張機能のCRXファイルをダウンロード
HS Fatigue Calculator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension for Hearthstone lets you know how much fatigue the other player will receive by selecting how many cards he will draw. Just set how many turns the opponent will draw cards, and you get the result of how much damage he will receive Keywords: Hearthstone fatigue mill rogue druid calculator
拡張機能の基本情報
名前 | HS Fatigue Calculator |
ID | aocdjekbopneffnmhagimogdifbgnbhb |
公式URL | https://chromewebstore.google.com/detail/hs-fatigue-calculator/aocdjekbopneffnmhagimogdifbgnbhb |
説明 | This extension helps to calculate fatigue by n drawn cards |
ファイルサイズ | 1.23 MB |
インストール数 | 30 |
現在のバージョン | 1.1 |
最終更新日 | 2016-01-20 |
公開日 | 2016-01-20 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | Unknown |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HS Fatigue Calculator", "description": "This extension helps to calculate fatigue by n drawn cards", "version": "1.1", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "browser_action": { "default_icon": "icon-48.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/" ], "short_name": "HSFC", "offline_enabled": true } |