CardLife DB

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

Τι είναι το CardLife DB;

Το CardLife DB είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον cardlifedb, και η κύρια λειτουργία του είναι "A place for searching, viewing, and building decks for LOTR LCG.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης CardLife DB

Λήψη αρχείων επέκτασης CardLife DB σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα CardLife DB CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
Επίσημο URL https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn
Περιγραφή A place for searching, viewing, and building decks for LOTR LCG.
Μέγεθος Αρχείου 2.44 MB
Αριθμός Εγκαταστάσεων 46
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2016-02-10
Ημερομηνία Δημοσίευσης 2016-02-10
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής cardlifedb
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}