Magic Card Finder

Search MTG cards

Что такое Magic Card Finder?

Magic Card Finder - это расширение Chrome, разработанное ftrinitydickinson, и его основная функция - "Search MTG cards".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Magic Card Finder

Скачайте файлы расширений 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"
    }
}