Pokémon Showdown Enhanced Tooltips
Enhanced tooltips for Pokémon Showdown
什么是Pokémon Showdown Enhanced Tooltips?
Pokémon Showdown Enhanced Tooltips是由djalco开发的Chrome扩展程序,该扩展的主要功能是“Enhanced tooltips for Pokémon Showdown”。
扩展截图
下载Pokémon Showdown Enhanced Tooltips扩展crx文件
下载Pokémon Showdown Enhanced Tooltips扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See more information in Pokémon Showdown Tooltips. Useful for both novice and experts players By installing this extension, you will be able to see extra pokémon data in your Pokémon Showdown tooltip This extension adds the following things to the tooltip: - Pokémon's Height - Pokémon's Weight - Pokémon's Tier - Pokémon's Types chart You can enable and disable any extra information you don't want to see in the extension menu
扩展基本信息
名称 | Pokémon Showdown Enhanced Tooltips |
ID | gmkpigbaephkbabhogllilhepglikolk |
官方URL | https://chromewebstore.google.com/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk |
简介 | Enhanced tooltips for Pokémon Showdown |
文件大小 | 9.93 KB |
安装次数 | 4,455 |
当前版本 | 2.0.0.4 |
更新时间 | 2018-03-27 |
上架时间 | 2018-03-27 |
评分 | 3.78/5 共80次评分 |
开发者 | djalco |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Pok\u00e9mon Showdown Enhanced Tooltips", "version": "2.0.0.4", "description": "Enhanced tooltips for Pok\u00e9mon Showdown", "content_scripts": [ { "matches": [ "*:\/\/play.pokemonshowdown.com\/*", "*:\/\/*.psim.us\/*" ], "js": [ "js\/util.js", "js\/main.js" ] } ], "browser_action": { "default_title": "Pok\u00e9mon Showdown Enhanced Tooltips", "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "32": "\/icons\/icon32.png", "48": "\/icons\/icon48.png", "64": "\/icons\/icon64.png", "128": "\/icons\/icon128.png" }, "web_accessible_resources": [ "js\/tooltip.js" ] } |