Magic: The Gathering card search

Search for Magic: The Gathering cards in the magiccard.info database

Co to jest Magic: The Gathering card search?

Magic: The Gathering card search to rozszerzenie Chrome opracowane przez Jonas Persson, a jego główną funkcją jest „Search for Magic: The Gathering cards in the magiccard.info database”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Magic: The Gathering card search

Pobierz pliki rozszerzeń Magic: The Gathering card search 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

                        Blazing fast search function for Magic: The Gathering cards. Currently only supports english cards.                    

Podstawowe informacje o rozszerzeniu

Nazwa Magic: The Gathering card search Magic: The Gathering card search
ID hedegdfkgcpbkohmhojiamfmmcoalnoc
Oficjalny URL https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc
Opis Search for Magic: The Gathering cards in the magiccard.info database
Rozmiar pliku 148 KB
Liczba instalacji 148
Aktualna Wersja 1.0.0.3
Ostatnia Aktualizacja 2017-10-26
Data Publikacji 2017-10-26
Ocena 4.00/5 Łącznie 3 Oceny
Deweloper Jonas Persson
Typ Płatności free
Strona Rozszerzenia https://github.com/jop-io/mtg-card-search
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic: The Gathering card search",
    "short_name": "MTG card search",
    "description": "Search for Magic: The Gathering cards in the magiccard.info database",
    "version": "1.0.0.3",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "offline_enabled": true
}