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!

什么是Pokemon Card Viewer?

Pokemon Card Viewer是由Dillonzer开发的Chrome扩展程序,该扩展的主要功能是“Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!”。

扩展截图

screenshot

下载Pokemon Card Viewer扩展crx文件

下载Pokemon Card Viewer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!                    

扩展基本信息

名称 Pokemon Card Viewer Pokemon Card Viewer
ID gghbibmmhicbfkdoagleficgjonempcm
官方URL https://chromewebstore.google.com/detail/pokemon-card-viewer/gghbibmmhicbfkdoagleficgjonempcm
简介 Search and find high quality Pokemon TCG images right on any page you are on, and even then go straight to TCGPlayer!
文件大小 527 KB
安装次数 159
当前版本 1.0.5
更新时间 2023-11-29
上架时间 2023-07-27
开发者 Dillonzer
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/Dillonzer
帮助页面URL https://github.com/Dillonzer
支持的语言 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"
    ]
}