MTG Gatherer Plus {BETA}
Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes
Was ist MTG Gatherer Plus {BETA}?
MTG Gatherer Plus {BETA} ist eine Chrome-Erweiterung, die von Amorphia entwickelt wurde, und ihr Hauptmerkmal ist "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes".
Erweiterungsscreenshots
MTG Gatherer Plus {BETA}-Erweiterungs-CRX-Datei herunterladen
Laden Sie MTG Gatherer Plus {BETA}-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
{CURRENTLY IN BETA, expect bugs} Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ganpnkcbhacjpeadmmgebjejiicgijlb |
Offizielle URL | https://chrome.google.com/webstore/detail/mtg-gatherer-plus-%7Bbeta%7D/ganpnkcbhacjpeadmmgebjejiicgijlb |
Beschreibung | Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes |
Dateigröße | 1.62 MB |
Installationsanzahl | 15 |
Aktuelle Version | 0.3.8 |
Letztes Update | 2015-10-22 |
Veröffentlichungsdatum | 2015-10-22 |
Bewertung | 3.00/5 Insgesamt 1 Bewertungen |
Entwickler | Amorphia |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "MTG Gatherer Plus {BETA}", "version": "0.3.8", "manifest_version": 2, "description": "Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/gatherer.wizards.com\/Pages\/*" ], "js": [ "js\/jquery.js", "js\/jqueryui\/jquery-ui.min.js", "js\/charts\/Chart.min.js", "js\/spectrum.js", "js\/jquery.lazyload.min.js", "js\/script.js" ], "css": [ "js\/jqueryui\/jquery-ui.min.css", "js\/jqueryui\/jquery-ui.theme.min.css", "js\/jqueryui\/jquery-ui.structure.min.css", "css\/spectrum.css", "css\/style.css" ] } ], "web_accessible_resources": [ "fonts\/*", "tut\/*", "img\/*", "changed.json", "js\/jqueryui\/*", "js\/charts\/*" ], "background": { "scripts": [ "js\/jquery.js", "js\/background.js" ], "persistent": false }, "permissions": [ "storage", "identity", "tabs", "http:\/\/jeremykalgreen.com\/*", "http:\/\/partner.tcgplayer.com\/*" ] } |