WCL Gear Exporter

Tool to Export Character Gear

Wat is WCL Gear Exporter?

WCL Gear Exporter is een Chrome-extensie ontwikkeld door andrewkrufka, en de belangrijkste functie is "Tool to Export Character Gear".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie WCL Gear Exporter

Download WCL Gear Exporter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam WCL Gear Exporter WCL Gear Exporter
ID ebjnfjkofjmbcpdhempdgdlnldjccfjk
Officiële URL https://chromewebstore.google.com/detail/wcl-gear-exporter/ebjnfjkofjmbcpdhempdgdlnldjccfjk
Beschrijving Tool to Export Character Gear
Bestandsgrootte 12.77 KB
Aantal Installaties 72
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-08-14
Publicatiedatum 2023-08-13
Ontwikkelaar andrewkrufka
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}