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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ 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 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
}