X-Wing Companion Card Viewer
Adds card images when it finds card names from the X-Wing Miniatures Game.
X-Wing Companion Card Viewer क्या है?
X-Wing Companion Card Viewer Guido Kessels द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds card images when it finds card names from the X-Wing Miniatures Game."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में X-Wing Companion Card Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds card images when it finds card names from the X-Wing Miniatures Game. The extension works on the following websites: - reddit.com/r/XWingTMG - reddit.com/r/xwingonline - fantasyflightgames.com - teamcovenant.com - lists.starwarsclubhouse.com (List Juggler) It will recognize common abbreviations, like "TLT" (for "Twin Laster Turret"). If a text matches multiple cards (say "Han Solo" or "Boba Fett") all of the matching cards will be shown. The extension will be updated automatically every time new cards are spoiled.
एक्सटेंशन की मूल जानकारी
नाम | X-Wing Companion Card Viewer |
ID | bilhapljfgefhhepedfaanikpailghbm |
आधिकारिक URL | https://chromewebstore.google.com/detail/x-wing-companion-card-vie/bilhapljfgefhhepedfaanikpailghbm |
विवरण | Adds card images when it finds card names from the X-Wing Miniatures Game. |
फ़ाइल का आकार | 98.25 KB |
स्थापना संख्या | 437 |
वर्तमान संस्करण | 1.7 |
अंतिम अपडेट | 2017-01-29 |
प्रकाशन तिथि | 2017-01-29 |
रेटिंग | 4.60/5 कुल 25 रेटिंग्स |
डेवलपर | Guido Kessels |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "X-Wing Companion Card Viewer", "description": "Adds card images when it finds card names from the X-Wing Miniatures Game.", "version": "1.7", "web_accessible_resources": [ "icon-32.png", "aliases.json", "kimberley bl.ttf" ], "content_scripts": [ { "matches": [ "*:\/\/*.reddit.com\/r\/XWingTMG\/comments\/*", "*:\/\/*.reddit.com\/r\/xwingonline\/comments\/*", "*:\/\/*.fantasyflightgames.com\/*", "*:\/\/*.teamcovenant.com\/star-wars-x-wing\/*", "*:\/\/lists.starwarsclubhouse.com\/*" ], "js": [ "content.js" ], "css": [ "content.css" ], "run_at": "document_idle" } ], "icons": { "32": "icon-32.png", "48": "icon-128.png", "128": "icon-128.png" } } |