Magic: The Gathering card search

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

Cos'è Magic: The Gathering card search?

Magic: The Gathering card search è un'estensione di Chrome sviluppata da Jonas Persson, e la sua funzione principale è "Search for Magic: The Gathering cards in the magiccard.info database".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Magic: The Gathering card search

Scarica i file di estensione Magic: The Gathering card search in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Magic: The Gathering card search Magic: The Gathering card search
ID hedegdfkgcpbkohmhojiamfmmcoalnoc
URL Ufficiale https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc
Descrizione Search for Magic: The Gathering cards in the magiccard.info database
Dimensione del File 148 KB
Conteggio Installazioni 148
Versione Corrente 1.0.0.3
Ultimo Aggiornamento 2017-10-26
Data di Pubblicazione 2017-10-26
Valutazione 4.00/5 Totale 3 Valutazioni
Sviluppatore Jonas Persson
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jop-io/mtg-card-search
Lingue Supportate 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
}