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 prostynick द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Reddit Gwent Card Preview एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                                            

एक्सटेंशन की मूल जानकारी

नाम 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
    }
}