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 |
官方網址 | 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 } |