Magicka: Wizard Wars Spell Parser

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

What is Magicka: Wizard Wars Spell Parser?

Magicka: Wizard Wars Spell Parser is a Chrome extension developed by Galbar, and its main feature is "Add-on that converts M:WW spells into elements icons.".

Extension Screenshots

screenshot

Download Magicka: Wizard Wars Spell Parser Extension CRX File

Download Magicka: Wizard Wars Spell Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Magicka: Wizard Wars Spell Parser Magicka: Wizard Wars Spell Parser
ID cdmmbpboimdnikcnjdcpnmdkhjillfoc
Official URL https://chromewebstore.google.com/detail/magicka-wizard-wars-spell/cdmmbpboimdnikcnjdcpnmdkhjillfoc
Description Add-on that converts M:WW spells into elements icons.
File Size 65.82 KB
Installation Count 28
Current Version 2.0.2
Last Updated 2015-06-21
Publish Date 2015-06-21
Rating 4.83/5 Total 6 Ratings
Developer Galbar
Payment Type free
Extension Website https://github.com/Galbar/M-WW-Spell-Parser
Supported Languages 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
}