Magic: The Gathering Tab
Show a random MTG card on your new tab screen.
Qu'est-ce que Magic: The Gathering Tab ?
Magic: The Gathering Tab est une extension Chrome développée par http://ironmansoftware.com, et sa fonction principale est "Show a random MTG card on your new tab screen.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Magic: The Gathering Tab
Téléchargez les fichiers d'extension Magic: The Gathering Tab 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
Show's a random Magic: The Gathering card on your new tab screen. - Click refresh to load a new card - Search for cards - Easily view prices and Gatherer page
Informations de Base sur l'Extension
Nom | |
ID | ebmoigkfkmhimgckagjnicjlepgbhdei |
URL Officiel | https://chrome.google.com/webstore/detail/magic-the-gathering-tab/ebmoigkfkmhimgckagjnicjlepgbhdei |
Description | Show a random MTG card on your new tab screen. |
Taille du Fichier | 850 KB |
Nombre d'Installations | 145 |
Version Actuelle | 1.1.11 |
Dernière Mise à Jour | 2021-04-20 |
Date de Publication | 2020-09-10 |
Évaluation | 4.83/5 Total 6 Évaluations |
Développeur | http://ironmansoftware.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Magic: The Gathering Tab", "description": "Show a random MTG card on your new tab screen.", "version": "1.1.11", "manifest_version": 2, "permissions": [ "tabs", "https:\/\/scryfall.com\/*", "https:\/\/fonts.googleapis.com\/*" ], "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "background": { "scripts": [ "background.js" ] }, "chrome_url_overrides": { "newtab": "tab\/tab.html" } } |