Magic Card Finder

Search MTG cards

Cos'è Magic Card Finder?

Magic Card Finder è un'estensione di Chrome sviluppata da ftrinitydickinson, e la sua funzione principale è "Search MTG cards".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Magic Card Finder

Scarica i file di estensione Magic Card Finder 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

                        Ever wanted to look up a Magic: The Gathering Card while watching a stream or video? For the lazy among us who don't like opening up a WHOLE new tab, or for those with singular monitors, this is the tool for you!

This extension allows you to search for Magic: The Gathering cards. It uses the MTG API located at https://magicthegathering.io/.

Type in your search, and pick your sorting options. Click "Search" or press Enter to search. Click a sorting option to resort.

Click on a card to view more details about it on http://gatherer.wizards.com.

Magic: The Gathering and all related images are copyright of Wizards of the Coast LLC.                    

Informazioni di Base sull'Estensione

Nome Magic Card Finder Magic Card Finder
ID pgdcebhbjgcjmchbodnfbfpipmdonfga
URL Ufficiale https://chromewebstore.google.com/detail/magic-card-finder/pgdcebhbjgcjmchbodnfbfpipmdonfga
Descrizione Search MTG cards
Dimensione del File 98.96 KB
Conteggio Installazioni 14
Versione Corrente 0.1.1
Ultimo Aggiornamento 2018-10-15
Data di Pubblicazione 2018-10-14
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore ftrinitydickinson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/trinityd/MagicCardFinder/
Lingue Supportate en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Magic Card Finder",
    "short_name": "Magic Card Finder",
    "description": "Search MTG cards",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "libs\/jquery.min.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Magic Card Finder"
    },
    "icons": {
        "128": "icon.png"
    }
}