CardLife DB

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

Apa itu CardLife DB?

CardLife DB adalah ekstensi Chrome yang dikembangkan oleh cardlifedb, dan fitur utamanya adalah "A place for searching, viewing, and building decks for LOTR LCG.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi CardLife DB

Unduh file ekstensi CardLife DB dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama CardLife DB CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
URL Resmi https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn
Deskripsi A place for searching, viewing, and building decks for LOTR LCG.
Ukuran File 2.44 MB
Jumlah Instalasi 46
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-02-10
Tanggal Publikasi 2016-02-10
Penilaian 5.00/5 Total 2 Penilaian
Pengembang cardlifedb
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
}