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
官方網址 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"
    ]
}