Magic: The Gathering Tab
Show a random MTG card on your new tab screen.
Cos'è Magic: The Gathering Tab?
Magic: The Gathering Tab è un'estensione di Chrome sviluppata da http://ironmansoftware.com, e la sua funzione principale è "Show a random MTG card on your new tab screen.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Magic: The Gathering Tab
Scarica i file di estensione Magic: The Gathering Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | ebmoigkfkmhimgckagjnicjlepgbhdei |
URL Ufficiale | https://chrome.google.com/webstore/detail/magic-the-gathering-tab/ebmoigkfkmhimgckagjnicjlepgbhdei |
Descrizione | Show a random MTG card on your new tab screen. |
Dimensione del File | 850 KB |
Conteggio Installazioni | 145 |
Versione Corrente | 1.1.11 |
Ultimo Aggiornamento | 2021-04-20 |
Data di Pubblicazione | 2020-09-10 |
Valutazione | 4.83/5 Totale 6 Valutazioni |
Sviluppatore | http://ironmansoftware.com |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |