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.”。
擴展截圖
下載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 |
ID | cheogdcgfjpolnpnjijnjccjljjclplg |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |