Reddit Gwent Card Preview

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

Wat is Reddit Gwent Card Preview?

Reddit Gwent Card Preview is een Chrome-extensie ontwikkeld door prostynick, en de belangrijkste functie is "Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Reddit Gwent Card Preview

Download Reddit Gwent Card Preview-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                                            

Basisinformatie over de Extensie

Naam Reddit Gwent Card Preview Reddit Gwent Card Preview
ID bifbkjnkpbkfaecopllpagfmdpjbnfkh
Officiële URL https://chromewebstore.google.com/detail/reddit-gwent-card-preview/bifbkjnkpbkfaecopllpagfmdpjbnfkh
Beschrijving Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking
Bestandsgrootte 54.97 KB
Aantal Installaties 30
Huidige Versie 1.4
Laatst Bijgewerkt 2016-12-22
Publicatiedatum 2016-12-22
Beoordeling 5.00/5 Totaal 4 Beoordelingen
Ontwikkelaar prostynick
Betalingswijze free
Ondersteunde Talen 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
    }
}