CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
Co to jest CardLife DB?
CardLife DB to rozszerzenie Chrome opracowane przez cardlifedb, a jego główną funkcją jest „A place for searching, viewing, and building decks for LOTR LCG.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia CardLife DB
Pobierz pliki rozszerzeń CardLife DB w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | CardLife DB |
ID | hllfpejnpcacclpbiebaelpkeagbgbgn |
Oficjalny URL | https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn |
Opis | A place for searching, viewing, and building decks for LOTR LCG. |
Rozmiar pliku | 2.44 MB |
Liczba instalacji | 46 |
Aktualna Wersja | 1.0.1 |
Ostatnia Aktualizacja | 2016-02-10 |
Data Publikacji | 2016-02-10 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | cardlifedb |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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 } |