Magic Cards.info Enhanced Searching

Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.

O que é Magic Cards.info Enhanced Searching?

Magic Cards.info Enhanced Searching é uma extensão do Chrome desenvolvida por http://www.greg.shaykos.com, e sua principal característica é "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Magic Cards.info Enhanced Searching

Baixe arquivos de extensão Magic Cards.info Enhanced Searching 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

                        This plugin provides a number of enhancements to one of my favorite Magic The Gathering site: http://magiccards.info/.
A list of features:
 - Grid layout view by default
 - Infinite scrolling, no longer clicking next and waiting...
 - Press keys 1-9 to indicate how many cards per row should show.
 - Floating search bar, so you don't have to scroll back to the top to make a new search.
MTG - Magic the Gathering                    

Informações Básicas da Extensão

Nome Magic Cards.info Enhanced Searching Magic Cards.info Enhanced Searching
ID phaooiaefcefinompieplblbodepdeco
URL Oficial https://chrome.google.com/webstore/detail/magic-cardsinfo-enhanced/phaooiaefcefinompieplblbodepdeco
Descrição Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.
Tamanho do Arquivo 148 KB
Contagem de Instalações 47
Versão Atual 1.0.0
Última Atualização 2014-01-07
Data de Publicação 2014-01-07
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor http://www.greg.shaykos.com
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Magic Cards.info Enhanced Searching",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Adds a number of enhancements to the magiccards.info site. Such as grid search result, and click to preview card.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "default_locale": "en",
    "web_accessible_resources": [
        "src\/inject\/clippy.swf"
    ],
    "permissions": [
        "http:\/\/magiccards.info\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/magiccards.info\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ],
            "run_at": "document_start"
        }
    ]
}