CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
什么是CardLife DB?
CardLife DB是由cardlifedb开发的Chrome扩展程序,该扩展的主要功能是“A place for searching, viewing, and building decks for LOTR LCG.”。
扩展截图
下载CardLife DB扩展crx文件
下载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 } |