Magic: The Gathering card search

Search for Magic: The Gathering cards in the magiccard.info database

O que é Magic: The Gathering card search?

Magic: The Gathering card search é uma extensão do Chrome desenvolvida por Jonas Persson, e sua principal característica é "Search for Magic: The Gathering cards in the magiccard.info database".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Magic: The Gathering card search

Baixe arquivos de extensão Magic: The Gathering card search 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

                        Blazing fast search function for Magic: The Gathering cards. Currently only supports english cards.                    

Informações Básicas da Extensão

Nome Magic: The Gathering card search Magic: The Gathering card search
ID hedegdfkgcpbkohmhojiamfmmcoalnoc
URL Oficial https://chromewebstore.google.com/detail/magic-the-gathering-card/hedegdfkgcpbkohmhojiamfmmcoalnoc
Descrição Search for Magic: The Gathering cards in the magiccard.info database
Tamanho do Arquivo 148 KB
Contagem de Instalações 148
Versão Atual 1.0.0.3
Última Atualização 2017-10-26
Data de Publicação 2017-10-26
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor Jonas Persson
Tipo de Pagamento free
Site da Extensão https://github.com/jop-io/mtg-card-search
Idiomas Suportados 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
}