Magic Card Finder

Search MTG cards

What is Magic Card Finder?

Magic Card Finder is a Chrome extension developed by ftrinitydickinson, and its main feature is "Search MTG cards".

Extension Screenshots

screenshot
screenshot
screenshot

Download Magic Card Finder Extension CRX File

Download Magic Card Finder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Magic Card Finder Magic Card Finder
ID pgdcebhbjgcjmchbodnfbfpipmdonfga
Official URL https://chromewebstore.google.com/detail/magic-card-finder/pgdcebhbjgcjmchbodnfbfpipmdonfga
Description Search MTG cards
File Size 98.96 KB
Installation Count 14
Current Version 0.1.1
Last Updated 2018-10-15
Publish Date 2018-10-14
Rating 5.00/5 Total 1 Ratings
Developer ftrinitydickinson
Email [email protected]
Payment Type free
Extension Website https://github.com/trinityd/MagicCardFinder/
Supported Languages 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"
    }
}