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
Eメール [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"
    }
}