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”。

擴展截圖

screenshot
screenshot

下載WCL DK Analysis擴展crx文件

下載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 WCL DK Analysis
ID bdcgiccpmhdchjjglgompcacmknbbhkj
官方網址 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\/*"
            ]
        }
    ]
}