CardLife DB

A place for searching, viewing, and building decks for LOTR LCG.

Cos'è CardLife DB?

CardLife DB è un'estensione di Chrome sviluppata da cardlifedb, e la sua funzione principale è "A place for searching, viewing, and building decks for LOTR LCG.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione CardLife DB

Scarica i file di estensione CardLife DB 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

                        CardLife DB is a chrome extension built for the Lord of the Rings: The Card Game LCG. It contains a card search packed with every player card to date, and will continue to be updated whenever a new release hits the shelves. There is also a deck builder that will allow you save all of your decks locally in your chrome browser. There is some built in support for OCTGN as well.                    

Informazioni di Base sull'Estensione

Nome CardLife DB CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
URL Ufficiale https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn
Descrizione A place for searching, viewing, and building decks for LOTR LCG.
Dimensione del File 2.44 MB
Conteggio Installazioni 46
Versione Corrente 1.0.1
Ultimo Aggiornamento 2016-02-10
Data di Pubblicazione 2016-02-10
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore cardlifedb
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CardLife DB",
    "version": "1.0.1",
    "description": "A place for searching, viewing, and building decks for LOTR LCG.",
    "short_name": "CardlifeDB",
    "icons": {
        "16": "img\/game_icons\/Tactics.png"
    },
    "background": {
        "scripts": [
            "extension-scripts\/main.js"
        ]
    },
    "permissions": [
        "storage",
        "identity"
    ],
    "browser_action": {
        "default_icon": {
            "19": "img\/game_icons\/Tactics.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com; object-src 'self'",
    "offline_enabled": true
}