mtgtop8 Helper
For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
mtgtop8 Helper क्या है?
mtgtop8 Helper RPS Fan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में mtgtop8 Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Adds a feature to the Magic: The Gathering related website mtgtop8.com. When comparing decklists (i.e. mtgtop8.com/compare), this extension adds 4 columns to show what percentage decks each qty of each card appeared in. Card icon created by David Padrosa from The Noun Project (noun_14045_cc.svg)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | akiljfelldgbgfehkamjghmeabihbgnl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl |
विवरण | For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card. |
फ़ाइल का आकार | 37.51 KB |
स्थापना संख्या | 19 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2015-06-07 |
प्रकाशन तिथि | 2015-06-07 |
रेटिंग | 3.67/5 कुल 3 रेटिंग्स |
डेवलपर | RPS Fan |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "mtgtop8 Helper", "version": "0.0.1", "description": "For Magic: The Gathering. On mtgtop8.com\/compare, shows the % of decks using each qty of each card.", "browser_action": [], "permissions": [ "*:\/\/*.mtgtop8.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.mtgtop8.com\/compare*" ], "js": [ "jquery-2.1.4.min.js", "script.js" ], "run_at": "document_end", "css": [] } ], "icons": { "16": "noun_14045_cc_16.png", "48": "noun_14045_cc_48.png", "128": "noun_14045_cc_128.png" } } |