Magic: The Gathering Tab
Show a random MTG card on your new tab screen.
Wat is Magic: The Gathering Tab?
Magic: The Gathering Tab is een Chrome-extensie ontwikkeld door http://ironmansoftware.com, en de belangrijkste functie is "Show a random MTG card on your new tab screen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Magic: The Gathering Tab
Download Magic: The Gathering Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | |
ID | ebmoigkfkmhimgckagjnicjlepgbhdei |
Officiële URL | https://chrome.google.com/webstore/detail/magic-the-gathering-tab/ebmoigkfkmhimgckagjnicjlepgbhdei |
Beschrijving | Show a random MTG card on your new tab screen. |
Bestandsgrootte | 850 KB |
Aantal Installaties | 145 |
Huidige Versie | 1.1.11 |
Laatst Bijgewerkt | 2021-04-20 |
Publicatiedatum | 2020-09-10 |
Beoordeling | 4.83/5 Totaal 6 Beoordelingen |
Ontwikkelaar | http://ironmansoftware.com |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |