Showdown Randbats Tooltip

Enhanced tooltip functionality for Showdown's Random Battle formats.

Showdown Randbats Tooltipとは何ですか?

Showdown Randbats Tooltipはhttps://pkmn.ccによって開発されたChromeの拡張機能で、その主な機能は「Enhanced tooltip functionality for Showdown's Random Battle formats.」です。

拡張機能のスクリーンショット

screenshot

Showdown Randbats Tooltip拡張機能のCRXファイルをダウンロード

Showdown Randbats Tooltip拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension relies on data from https://data.pkmn.cc/randbats, an automatically updating repository of the latest options for Showdown's standard Random Battle formats, to present more precise information about possible abilities, items, moves, and stats in addition to the standard tooltip information provided by Showdown.                    

拡張機能の基本情報

名前 Showdown Randbats Tooltip Showdown Randbats Tooltip
ID cheogdcgfjpolnpnjijnjccjljjclplg
公式URL https://chromewebstore.google.com/detail/showdown-randbats-tooltip/cheogdcgfjpolnpnjijnjccjljjclplg
説明 Enhanced tooltip functionality for Showdown's Random Battle formats.
ファイルサイズ 13.32 KB
インストール数 4,488
現在のバージョン 1.5.3
最終更新日 2023-12-14
公開日 2022-12-14
評価 5.00/5 合計 3 レビュー
開発者 https://pkmn.cc
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pkmn.cc
プライバシーポリシーページのURL https://pkmn.cc/privacy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Showdown Randbats Tooltip",
    "description": "Enhanced tooltip functionality for Showdown's Random Battle formats.",
    "version": "1.5.3",
    "icons": {
        "16": "\/16x16.png",
        "32": "\/32x32.png",
        "48": "\/48x48.png",
        "128": "\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "resources": [
                "\/index.js"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.pokemonshowdown.com\/*",
                "*:\/\/*.psim.us\/*"
            ],
            "js": [
                "\/shim.js"
            ]
        }
    ]
}