CardLife DB

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

O que é CardLife DB?

CardLife DB é uma extensão do Chrome desenvolvida por cardlifedb, e sua principal característica é "A place for searching, viewing, and building decks for LOTR LCG.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão CardLife DB

Baixe arquivos de extensão CardLife DB no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome CardLife DB CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
URL Oficial https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn
Descrição A place for searching, viewing, and building decks for LOTR LCG.
Tamanho do Arquivo 2.44 MB
Contagem de Instalações 46
Versão Atual 1.0.1
Última Atualização 2016-02-10
Data de Publicação 2016-02-10
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor cardlifedb
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}