CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
Wat is CardLife DB?
CardLife DB is een Chrome-extensie ontwikkeld door cardlifedb, en de belangrijkste functie is "A place for searching, viewing, and building decks for LOTR LCG.".
Extensie Screenshots
Download het CRX-bestand van de extensie CardLife DB
Download CardLife DB-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CardLife DB |
ID | hllfpejnpcacclpbiebaelpkeagbgbgn |
Officiële URL | https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn |
Beschrijving | A place for searching, viewing, and building decks for LOTR LCG. |
Bestandsgrootte | 2.44 MB |
Aantal Installaties | 46 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2016-02-10 |
Publicatiedatum | 2016-02-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | cardlifedb |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |