CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
Co je CardLife DB?
CardLife DB je rozšíření Chrome vyvinuté cardlifedb, a jeho hlavní funkcí je „A place for searching, viewing, and building decks for LOTR LCG.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření CardLife DB
Stáhněte si soubory rozšíření CardLife DB ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | CardLife DB |
ID | hllfpejnpcacclpbiebaelpkeagbgbgn |
Oficiální URL | https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn |
Popis | A place for searching, viewing, and building decks for LOTR LCG. |
Velikost souboru | 2.44 MB |
Počet instalací | 46 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-02-10 |
Datum Vydání | 2016-02-10 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | cardlifedb |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |