Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

什麼是Pokémon Showdown Enhanced Tooltips?

Pokémon Showdown Enhanced Tooltips是由jumbowhales開發的Chrome擴展程式,該擴展的主要功能是“Enhanced tooltips for Pokémon Showdown”。

擴展截圖

screenshot

下載Pokémon Showdown Enhanced Tooltips擴展crx文件

下載Pokémon Showdown Enhanced Tooltips擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        This is just the djalco's extension of the same name, but patched to work with newer Pokemon Showdown.
(https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/gmkpigbaephkbabhogllilhepglikolk)


Enhanced tooltips for Pokémon Showdown
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 Pokémon Showdown Enhanced Tooltips
ID ocpjpfffgcidlkjihnbgfocimjfmdngf
官方網址 https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/ocpjpfffgcidlkjihnbgfocimjfmdngf
簡介 Enhanced tooltips for Pokémon Showdown
檔案大小 9.93 KB
安裝次數 21
目前版本 2.0.0.5
更新時間 2019-01-27
上架時間 2019-01-27
評分 2.00/5 共 2 次評分
開發者 jumbowhales
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pok\u00e9mon Showdown Enhanced Tooltips",
    "version": "2.0.0.5",
    "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"
    ]
}