Scryfall Context Menu

Search Magic: the Gathering cards with Scryfall by using the context menu.

Что такое Scryfall Context Menu?

Scryfall Context Menu - это расширение Chrome, разработанное maxremming, и его основная функция - "Search Magic: the Gathering cards with Scryfall by using the context menu.".

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

screenshot

Скачать файл CRX расширения Scryfall Context Menu

Скачайте файлы расширений Scryfall Context Menu в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Search Scryfall from the right click menu when you have text selected.

Not affiliated with the people running Scryfall.                    

Основная информация о расширении

Название Scryfall Context Menu Scryfall Context Menu
ID pdaefogenfkpljnobjodfenjgnkjjpgc
Официальный URL https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc
Описание Search Magic: the Gathering cards with Scryfall by using the context menu.
Размер файла 35.3 KB
Количество установок 78
Текущая Версия 0.3.0
Последнее Обновление 2019-01-04
Дата публикации 2019-01-04
Рейтинг 5.00/5 Всего 2 оценок
Разработчик maxremming
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Scryfall Context Menu",
    "description": "Search Magic: the Gathering cards with Scryfall by using the context menu.",
    "version": "0.3.0",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "index.js"
        ]
    },
    "icons": {
        "16": "icon-16.png",
        "32": "icon-32.png",
        "512": "icon-512.png"
    },
    "manifest_version": 2
}