Magic Card Finder

Search MTG cards

什么是Magic Card Finder?

Magic Card Finder是由ftrinitydickinson开发的Chrome扩展程序,该扩展的主要功能是“Search MTG cards”。

扩展截图

screenshot
screenshot
screenshot

下载Magic Card Finder扩展crx文件

下载Magic Card Finder扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Magic Card Finder Magic Card Finder
ID pgdcebhbjgcjmchbodnfbfpipmdonfga
官方URL https://chromewebstore.google.com/detail/magic-card-finder/pgdcebhbjgcjmchbodnfbfpipmdonfga
简介 Search MTG cards
文件大小 98.96 KB
安装次数 14
当前版本 0.1.1
更新时间 2018-10-15
上架时间 2018-10-14
评分 5.00/5 共1次评分
开发者 ftrinitydickinson
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/trinityd/MagicCardFinder/
支持的语言 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"
    }
}