CardLife DB
A place for searching, viewing, and building decks for LOTR LCG.
CardLife DB क्या है?
CardLife DB cardlifedb द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A place for searching, viewing, and building decks for LOTR LCG."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CardLife DB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } |