NDB alt format checker

A plugin for checking if decks on NetrunnerDB are valid for your alt-format

NDB alt format checker क्या है?

NDB alt format checker Heinze Havinga द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A plugin for checking if decks on NetrunnerDB are valid for your alt-format"।

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

screenshot

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

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

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

                        A plugin that allows for the creation for alt formats for the Netrunner LCG by FFG and WoTC. The plugin will automatically check any deck you look against all custom formats that you've created or imported. Also allows for the quick import and export of formats using JSON.                    

एक्सटेंशन की मूल जानकारी

नाम NDB alt format checker NDB alt format checker
ID mkcadmicpdpndjjldpbegnbfddmgcgkn
आधिकारिक URL https://chromewebstore.google.com/detail/ndb-alt-format-checker/mkcadmicpdpndjjldpbegnbfddmgcgkn
विवरण A plugin for checking if decks on NetrunnerDB are valid for your alt-format
फ़ाइल का आकार 154 KB
स्थापना संख्या 21
वर्तमान संस्करण 0.0.0.5
अंतिम अपडेट 2016-08-31
प्रकाशन तिथि 2016-08-31
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Heinze Havinga
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NDB alt format checker",
    "short_name": "NDB-alt-format",
    "description": "A plugin for checking if decks on NetrunnerDB are valid for your alt-format",
    "version": "0.0.0.5",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/netrunnerdb.com\/en\/deck*"
            ],
            "css": [
                "jquery.qtip.min.css",
                "styles.css"
            ],
            "js": [
                "exampleformat.js",
                "jquery.js",
                "jquery.qtip.min.js",
                "arrive.min.js",
                "typeahead.js",
                "bootstrap-tagsinput.js",
                "form.js",
                "deckchecker.js",
                "ui.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon2.png",
        "default_title": "Netrunner custom format checker"
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/netrunnerdb.com\/api\/2.0\/public\/cards",
        "https:\/\/github.com\/MWDelaney\/Netrunner-Icon-Font\/"
    ]
}