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
公式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
Eメール [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\/*"
            ]
        }
    ]
}