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によって開発されたChromeの拡張機能で、その主な機能は「A plugin for checking if decks on NetrunnerDB are valid for your alt-format」です。
拡張機能のスクリーンショット
NDB alt format checker拡張機能のCRXファイルをダウンロード
NDB alt format checker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 |
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 |
Eメール | [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\/" ] } |