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
Eメール [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"
    ]
}