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.”。

擴展截圖

screenshot
screenshot
screenshot

下載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 CardLife DB
ID hllfpejnpcacclpbiebaelpkeagbgbgn
官方網址 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
}