CardLife DB

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

Hvad er CardLife DB?

CardLife DB er en Chrome-udvidelse udviklet af cardlifedb, og dens hovedfunktion er "A place for searching, viewing, and building decks for LOTR LCG.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download CardLife DB-udvidelses-CRX-fil

Download CardLife DB-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn CardLife DB CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
Officiel URL https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn
Beskrivelse A place for searching, viewing, and building decks for LOTR LCG.
Filstørrelse 2.44 MB
Antal Installationer 46
Nuværende Version 1.0.1
Senest Opdateret 2016-02-10
Udgivelsesdato 2016-02-10
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler cardlifedb
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}