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

Co to jest MTG Gatherer Plus {BETA}?

MTG Gatherer Plus {BETA} to rozszerzenie Chrome opracowane przez Amorphia, a jego główną funkcją jest „Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia MTG Gatherer Plus {BETA}

Pobierz pliki rozszerzeń MTG Gatherer Plus {BETA} w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        {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.                    

Podstawowe informacje o rozszerzeniu

Nazwa MTG Gatherer Plus {BETA} MTG Gatherer Plus {BETA}
ID ganpnkcbhacjpeadmmgebjejiicgijlb
Oficjalny URL https://chrome.google.com/webstore/detail/mtg-gatherer-plus-%7Bbeta%7D/ganpnkcbhacjpeadmmgebjejiicgijlb
Opis Upgrade the Magic Card Database Gatherer with new options such as card hiding or tagging, saved decks, saved searches, and bug fixes
Rozmiar pliku 1.62 MB
Liczba instalacji 15
Aktualna Wersja 0.3.8
Ostatnia Aktualizacja 2015-10-22
Data Publikacji 2015-10-22
Ocena 3.00/5 Łącznie 1 Oceny
Deweloper Amorphia
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}