Reddit Gwent Card Preview

Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking

Reddit Gwent Card Previewคืออะไร?

Reddit Gwent Card Preview เป็นส่วนขยายของ Chrome ที่พัฒนาโดย prostynick และคุณลักษณะหลักของมันคือ "Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking"

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Reddit Gwent Card Preview

ดาวน์โหลดไฟล์ส่วนขยาย Reddit Gwent Card Preview ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Reddit Gwent Card Preview Reddit Gwent Card Preview
ID bifbkjnkpbkfaecopllpagfmdpjbnfkh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/reddit-gwent-card-preview/bifbkjnkpbkfaecopllpagfmdpjbnfkh
คำอธิบาย Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking
ขนาดไฟล์ 54.97 KB
จำนวนการติดตั้ง 30
เวอร์ชันปัจจุบัน 1.4
อัปเดตครั้งล่าสุด 2016-12-22
วันที่เผยแพร่ 2016-12-22
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา prostynick
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reddit Gwent Card Preview",
    "description": "Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking",
    "version": "1.4",
    "options_ui": {
        "page": "options\/options.html",
        "chrome_style": true
    },
    "permissions": [
        "http:\/\/www.gwentdb.com\/cards\/tip\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "lib\/jquery.textcomplete.js",
                "cards.js",
                "cardsRepository.js",
                "options\/optionsRepository.js",
                "tooltipCreator.js",
                "commentHelper.js",
                "myscript.js"
            ],
            "css": [
                "mystyles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}