WCL DK Analysis
Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs
WCL DK Analysisคืออะไร?
WCL DK Analysis เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lucius Annaeus Seneca และคุณลักษณะหลักของมันคือ "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WCL DK Analysis
ดาวน์โหลดไฟล์ส่วนขยาย WCL DK Analysis ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This tool integrates with Warcraft Logs and provides more in-depth analysis for Frost and Unholy DKs embedded in the site itself. This allows easier and more advanced analysis of your rotation. In order to display the DK Analyze button you must have an encounter selected, as well as a player source. Then click the red "DK Analyze" button! You can message ducks#4688 on Discord if you run into any issues. Big thanks to Vopicaqq / definitelynotme for all their help!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | WCL DK Analysis |
ID | bdcgiccpmhdchjjglgompcacmknbbhkj |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wcl-dk-analysis/bdcgiccpmhdchjjglgompcacmknbbhkj |
คำอธิบาย | Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs |
ขนาดไฟล์ | 7.68 KB |
จำนวนการติดตั้ง | 8,193 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2023-07-03 |
วันที่เผยแพร่ | 2022-11-27 |
คะแนน | 4.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | Lucius Annaeus Seneca |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "WCL DK Analysis", "description": "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs", "version": "1.0.4", "action": { "default_icon": "icon_128.png" }, "icons": { "128": "icon_128.png", "48": "icon_48.png" }, "content_scripts": [ { "js": [ "content.js" ], "matches": [ "https:\/\/*.classic.warcraftlogs.com\/*", "https:\/\/classic.warcraftlogs.com\/*" ] } ] } |