WCL Gear Exporter

Tool to Export Character Gear

WCL Gear Exporter क्या है?

WCL Gear Exporter andrewkrufka द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tool to Export Character Gear"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में WCL Gear Exporter एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    }
}