Magic: The Gathering Tab
Show a random MTG card on your new tab screen.
Co je Magic: The Gathering Tab?
Magic: The Gathering Tab je rozšíření Chrome vyvinuté http://ironmansoftware.com, a jeho hlavní funkcí je „Show a random MTG card on your new tab screen.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Magic: The Gathering Tab
Stáhněte si soubory rozšíření Magic: The Gathering Tab ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | |
ID | ebmoigkfkmhimgckagjnicjlepgbhdei |
Oficiální URL | https://chrome.google.com/webstore/detail/magic-the-gathering-tab/ebmoigkfkmhimgckagjnicjlepgbhdei |
Popis | Show a random MTG card on your new tab screen. |
Velikost souboru | 850 KB |
Počet instalací | 145 |
Aktuální Verze | 1.1.11 |
Poslední Aktualizace | 2021-04-20 |
Datum Vydání | 2020-09-10 |
Hodnocení | 4.83/5 Celkem 6 Hodnocení |
Vývojář | http://ironmansoftware.com |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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" } } |