WCL Gear Exporter

Tool to Export Character Gear

WCL Gear Exporterとは何ですか?

WCL Gear Exporterはandrewkrufkaによって開発されたChromeの拡張機能で、その主な機能は「Tool to Export Character Gear」です。

拡張機能のスクリーンショット

screenshot

WCL Gear Exporter拡張機能のCRXファイルをダウンロード

WCL Gear Exporter拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A tool to analyze Warcraft Logs and automatically import the factors of the fight (including duration & gearing) into the world of warcraft sims.

This allows for easier and more advanced analysis of your rotation and what the best rotation might be.

In order to see the 'Sim Player & Fight' button you must be in a specific fight and have a single player selected while also being in the 'Summary' tab.

You can message 'Remour' on discord if you run into any issues.                    

拡張機能の基本情報

名前 WCL Gear Exporter WCL Gear Exporter
ID ebjnfjkofjmbcpdhempdgdlnldjccfjk
公式URL https://chromewebstore.google.com/detail/wcl-gear-exporter/ebjnfjkofjmbcpdhempdgdlnldjccfjk
説明 Tool to Export Character Gear
ファイルサイズ 12.77 KB
インストール数 72
現在のバージョン 0.0.1
最終更新日 2023-08-14
公開日 2023-08-13
開発者 andrewkrufka
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "WCL Gear Exporter",
    "version": "0.0.1",
    "description": "Tool to Export Character Gear",
    "icons": {
        "128": "icon_128.png",
        "48": "icon_48.png"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.classic.warcraftlogs.com\/*",
        "https:\/\/classic.warcraftlogs.com\/*",
        "https:\/\/wowsims.github.io\/wotlk\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.classic.warcraftlogs.com\/*",
                "https:\/\/classic.warcraftlogs.com\/*",
                "https:\/\/wowsims.github.io\/wotlk\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "128": "icon_128.png",
            "48": "icon_48.png"
        }
    }
}