WCL DK Analysis
Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs
WCL DK Analysis란 무엇입니까?
WCL DK Analysis은(는) Lucius Annaeus Seneca에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Tool to analyze WCL logs for Classic WoW Frost and Unholy DKs"입니다.
확장 프로그램 스크린샷
WCL DK Analysis 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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\/*" ] } ] } |