NDB alt format checker
A plugin for checking if decks on NetrunnerDB are valid for your alt-format
What is NDB alt format checker?
NDB alt format checker is a Chrome extension developed by Heinze Havinga, and its main feature is "A plugin for checking if decks on NetrunnerDB are valid for your alt-format".
Extension Screenshots
Download NDB alt format checker Extension CRX File
Download NDB alt format checker 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
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.
Extension Basic Information
Name | NDB alt format checker |
ID | mkcadmicpdpndjjldpbegnbfddmgcgkn |
Official URL | https://chromewebstore.google.com/detail/ndb-alt-format-checker/mkcadmicpdpndjjldpbegnbfddmgcgkn |
Description | A plugin for checking if decks on NetrunnerDB are valid for your alt-format |
File Size | 154 KB |
Installation Count | 21 |
Current Version | 0.0.0.5 |
Last Updated | 2016-08-31 |
Publish Date | 2016-08-31 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Heinze Havinga |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/" ] } |