Pokemon Card Viewer

Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!

O que é Pokemon Card Viewer?

Pokemon Card Viewer é uma extensão do Chrome desenvolvida por Dillonzer, e sua principal característica é "Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Pokemon Card Viewer

Baixe arquivos de extensão Pokemon Card Viewer 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

                        One of your favourite Pokemon TCG Twitch Extensions moved into a Google Chrome Extension! Look up any Pokemon Card (in English) quick and easy on any tab you are on! Even links straight to TCGPlayer for easy purchases!                    

Informações Básicas da Extensão

Nome Pokemon Card Viewer Pokemon Card Viewer
ID gghbibmmhicbfkdoagleficgjonempcm
URL Oficial https://chromewebstore.google.com/detail/pokemon-card-viewer/gghbibmmhicbfkdoagleficgjonempcm
Descrição Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!
Tamanho do Arquivo 527 KB
Contagem de Instalações 159
Versão Atual 1.0.5
Última Atualização 2023-11-29
Data de Publicação 2023-07-27
Desenvolvedor Dillonzer
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/Dillonzer
URL da Página de Ajuda https://github.com/Dillonzer
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pokemon Card Viewer",
    "version": "1.0.5",
    "description": "Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!",
    "manifest_version": 3,
    "author": "Dillonzer",
    "icons": {
        "128": ".\/images\/logoimage.png"
    },
    "action": {
        "default_popup": "panel.html",
        "default_title": "Pokemon Card Viewer"
    },
    "host_permissions": [
        "https:\/\/api.tcgplayer.com\/"
    ],
    "permissions": [
        "storage"
    ]
}