Scryfall Context Menu

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

O que é Scryfall Context Menu?

Scryfall Context Menu é uma extensão do Chrome desenvolvida por maxremming, e sua principal característica é "Search Magic: the Gathering cards with Scryfall by using the context menu.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Scryfall Context Menu

Baixe arquivos de extensão Scryfall Context Menu no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Not affiliated with the people running Scryfall.                    

Informações Básicas da Extensão

Nome Scryfall Context Menu Scryfall Context Menu
ID pdaefogenfkpljnobjodfenjgnkjjpgc
URL Oficial https://chromewebstore.google.com/detail/scryfall-context-menu/pdaefogenfkpljnobjodfenjgnkjjpgc
Descrição Search Magic: the Gathering cards with Scryfall by using the context menu.
Tamanho do Arquivo 35.3 KB
Contagem de Instalações 78
Versão Atual 0.3.0
Última Atualização 2019-01-04
Data de Publicação 2019-01-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor maxremming
Tipo de Pagamento free
Idiomas Suportados 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
}