Magic: The Gathering card search
Search for Magic: The Gathering cards in the magiccard.info database
Что такое Magic: The Gathering card search?
Magic: The Gathering card search - это расширение Chrome, разработанное Jonas Persson, и его основная функция - "Search for Magic: The Gathering cards in the magiccard.info database".
Снимки экрана расширения
Скачать файл CRX расширения Magic: The Gathering card search
Скачайте файлы расширений Magic: The Gathering card search в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Blazing fast search function for Magic: The Gathering cards. Currently only supports english cards.
Основная информация о расширении
Название | Magic: The Gathering card search |
ID | hedegdfkgcpbkohmhojiamfmmcoalnoc |
Официальный URL | https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc |
Описание | Search for Magic: The Gathering cards in the magiccard.info database |
Размер файла | 148 KB |
Количество установок | 148 |
Текущая Версия | 1.0.0.3 |
Последнее Обновление | 2017-10-26 |
Дата публикации | 2017-10-26 |
Рейтинг | 4.00/5 Всего 3 оценок |
Разработчик | Jonas Persson |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/jop-io/mtg-card-search |
Поддерживаемые языки | 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 } |