MTG Quick Search

Quickly view Magic: The Gathering cards without leaving your tab.

O que é MTG Quick Search?

MTG Quick Search é uma extensão do Chrome desenvolvida por MTG Quick Search, e sua principal característica é "Quickly view Magic: The Gathering cards without leaving your tab.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão MTG Quick Search

Baixe arquivos de extensão MTG Quick 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

                        The MTG Quick Search Chrome extension is a convenient tool allowing you to search for Magic: The Gathering cards without having to leave your current tab. If you're an avid player and frequently find yourself searching for cards, MTG Quick Search can save minutes of otherwise wasted time. With a minimal, yet elegant interface, you're only a few keystrokes away from the card you're looking for.

This extension requires an internet connection for card images and Google Fonts. With no connection, the extension will not function or display correctly.

MTG Quick Search is now open source!
https://github.com/austin0crutchfield/MTG-Quick-Search

If you enjoy this extension, please remember to rate it five stars!                    

Informações Básicas da Extensão

Nome MTG Quick Search MTG Quick Search
ID kpeklfciihciibdckffbdkicfoodkngo
URL Oficial https://chromewebstore.google.com/detail/mtg-quick-search/kpeklfciihciibdckffbdkicfoodkngo
Descrição Quickly view Magic: The Gathering cards without leaving your tab.
Tamanho do Arquivo 47.99 KB
Contagem de Instalações 360
Versão Atual 1.1.4
Última Atualização 2015-09-04
Data de Publicação 2015-09-04
Classificação 4.57/5 Total de 7 Avaliações
Desenvolvedor MTG Quick Search
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MTG Quick Search",
    "version": "1.1.4",
    "description": "Quickly view Magic: The Gathering cards without leaving your tab.",
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "MTG Quick Search"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "32": "assets\/icon_32.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    }
}