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 |
Eメール | [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 } |