CardLife DB

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

¿Qué es CardLife DB?

CardLife DB es una extensión de Chrome desarrollada por cardlifedb, y su función principal es "A place for searching, viewing, and building decks for LOTR LCG.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión CardLife DB

Descarga archivos de extensión CardLife DB en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre CardLife DB CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
URL Oficial https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn
Descripción A place for searching, viewing, and building decks for LOTR LCG.
Tamaño del Archivo 2.44 MB
Cantidad de Instalaciones 46
Versión Actual 1.0.1
Última Actualización 2016-02-10
Fecha de Publicación 2016-02-10
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador cardlifedb
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados 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
}