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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Heinze Havinga และคุณลักษณะหลักของมันคือ "A plugin for checking if decks on NetrunnerDB are valid for your alt-format"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NDB alt format checker

ดาวน์โหลดไฟล์ส่วนขยาย 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 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\/"
    ]
}