mtgtop8 Helper
For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.
Qu'est-ce que mtgtop8 Helper ?
mtgtop8 Helper est une extension Chrome développée par RPS Fan, et sa fonction principale est "For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension mtgtop8 Helper
Téléchargez les fichiers d'extension mtgtop8 Helper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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)
Informations de Base sur l'Extension
Nom | |
ID | akiljfelldgbgfehkamjghmeabihbgnl |
URL Officiel | https://chrome.google.com/webstore/detail/mtgtop8-helper/akiljfelldgbgfehkamjghmeabihbgnl |
Description | For Magic: The Gathering. On mtgtop8.com/compare, shows the % of decks using each qty of each card. |
Taille du Fichier | 37.51 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2015-06-07 |
Date de Publication | 2015-06-07 |
Évaluation | 3.67/5 Total 3 Évaluations |
Développeur | RPS Fan |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |