Magicka: Wizard Wars Spell Parser

Add-on that converts M:WW spells into elements icons.

Wat is Magicka: Wizard Wars Spell Parser?

Magicka: Wizard Wars Spell Parser is een Chrome-extensie ontwikkeld door Galbar, en de belangrijkste functie is "Add-on that converts M:WW spells into elements icons.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Magicka: Wizard Wars Spell Parser

Download Magicka: Wizard Wars Spell Parser-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

                        Add-on that converts M:WW spells into elements icons.
Want your site supported? https://github.com/Galbar/M-WW-Spell-Parser/issues
Find a bug? https://github.com/Galbar/M-WW-Spell-Parser/issues                    

Basisinformatie over de Extensie

Naam Magicka: Wizard Wars Spell Parser Magicka: Wizard Wars Spell Parser
ID cdmmbpboimdnikcnjdcpnmdkhjillfoc
Officiële URL https://chromewebstore.google.com/detail/magicka-wizard-wars-spell/cdmmbpboimdnikcnjdcpnmdkhjillfoc
Beschrijving Add-on that converts M:WW spells into elements icons.
Bestandsgrootte 65.82 KB
Aantal Installaties 28
Huidige Versie 2.0.2
Laatst Bijgewerkt 2015-06-21
Publicatiedatum 2015-06-21
Beoordeling 4.83/5 Totaal 6 Beoordelingen
Ontwikkelaar Galbar
Betalingswijze free
Extensiewebsite https://github.com/Galbar/M-WW-Spell-Parser
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magicka: Wizard Wars Spell Parser",
    "version": "2.0.2",
    "description": "Add-on that converts M:WW spells into elements icons.",
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "storage",
        ""
    ],
    "background": {
        "scripts": [
            "main.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Magicka: Wizard Wars Spell Parser"
    },
    "manifest_version": 2
}