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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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\/" ] } |