CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
Was ist CardLife DB?
CardLife DB ist eine Chrome-Erweiterung, die von cardlifedb entwickelt wurde, und ihr Hauptmerkmal ist "A place for searching, viewing, and building decks for LOTR LCG.".
Erweiterungsscreenshots
CardLife DB-Erweiterungs-CRX-Datei herunterladen
Laden Sie CardLife DB-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | CardLife DB |
ID | hllfpejnpcacclpbiebaelpkeagbgbgn |
Offizielle URL | https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn |
Beschreibung | A place for searching, viewing, and building decks for LOTR LCG. |
Dateigröße | 2.44 MB |
Installationsanzahl | 46 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-02-10 |
Veröffentlichungsdatum | 2016-02-10 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | cardlifedb |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |