Reddit Gwent Card Preview

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

Cos'è Reddit Gwent Card Preview?

Reddit Gwent Card Preview è un'estensione di Chrome sviluppata da prostynick, e la sua funzione principale è "Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Reddit Gwent Card Preview

Scarica i file di estensione Reddit Gwent Card Preview in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Reddit Gwent Card Preview Reddit Gwent Card Preview
ID bifbkjnkpbkfaecopllpagfmdpjbnfkh
URL Ufficiale https://chromewebstore.google.com/detail/reddit-gwent-card-preview/bifbkjnkpbkfaecopllpagfmdpjbnfkh
Descrizione Replaces [[Card name]] with link to gwentdb and card image tooltip, adds a comment helper for easier [[Card name]] picking
Dimensione del File 54.97 KB
Conteggio Installazioni 30
Versione Corrente 1.4
Ultimo Aggiornamento 2016-12-22
Data di Pubblicazione 2016-12-22
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore prostynick
Tipo di Pagamento free
Lingue Supportate 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
    }
}