Magic: The Gathering card search

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

What is Magic: The Gathering card search?

Magic: The Gathering card search is a Chrome extension developed by Jonas Persson, and its main feature is "Search for Magic: The Gathering cards in the magiccard.info database".

Extension Screenshots

screenshot

Download Magic: The Gathering card search Extension CRX File

Download Magic: The Gathering card search 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

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

Extension Basic Information

Name Magic: The Gathering card search Magic: The Gathering card search
ID hedegdfkgcpbkohmhojiamfmmcoalnoc
Official URL https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc
Description Search for Magic: The Gathering cards in the magiccard.info database
File Size 148 KB
Installation Count 148
Current Version 1.0.0.3
Last Updated 2017-10-26
Publish Date 2017-10-26
Rating 4.00/5 Total 3 Ratings
Developer Jonas Persson
Payment Type free
Extension Website https://github.com/jop-io/mtg-card-search
Supported Languages 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
}