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!

Cos'è Pokemon Card Viewer?

Pokemon Card Viewer è un'estensione di Chrome sviluppata da Dillonzer, e la sua funzione principale è "Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Pokemon Card Viewer

Scarica i file di estensione Pokemon Card Viewer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Pokemon Card Viewer Pokemon Card Viewer
ID gghbibmmhicbfkdoagleficgjonempcm
URL Ufficiale https://chromewebstore.google.com/detail/pokemon-card-viewer/gghbibmmhicbfkdoagleficgjonempcm
Descrizione Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!
Dimensione del File 527 KB
Conteggio Installazioni 159
Versione Corrente 1.0.5
Ultimo Aggiornamento 2023-11-29
Data di Pubblicazione 2023-07-27
Sviluppatore Dillonzer
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Dillonzer
URL della Pagina di Aiuto https://github.com/Dillonzer
Lingue Supportate 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"
    ]
}