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
官方網址 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"
    }
}