CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
Что такое CardLife DB?
CardLife DB - это расширение Chrome, разработанное cardlifedb, и его основная функция - "A place for searching, viewing, and building decks for LOTR LCG.".
Снимки экрана расширения
Скачать файл CRX расширения CardLife DB
Скачайте файлы расширений CardLife DB в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | CardLife DB |
ID | hllfpejnpcacclpbiebaelpkeagbgbgn |
Официальный URL | https://chromewebstore.google.com/detail/cardlife-db/hllfpejnpcacclpbiebaelpkeagbgbgn |
Описание | A place for searching, viewing, and building decks for LOTR LCG. |
Размер файла | 2.44 MB |
Количество установок | 46 |
Текущая Версия | 1.0.1 |
Последнее Обновление | 2016-02-10 |
Дата публикации | 2016-02-10 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | cardlifedb |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | 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 } |