CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
Qu'est-ce que CardLife DB ?
CardLife DB est une extension Chrome développée par cardlifedb, et sa fonction principale est "A place for searching, viewing, and building decks for LOTR LCG.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension CardLife DB
Téléchargez les fichiers d'extension CardLife DB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | CardLife DB |
ID | hllfpejnpcacclpbiebaelpkeagbgbgn |
URL Officiel | https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn |
Description | A place for searching, viewing, and building decks for LOTR LCG. |
Taille du Fichier | 2.44 MB |
Nombre d'Installations | 46 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2016-02-10 |
Date de Publication | 2016-02-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | cardlifedb |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |