Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

Qu'est-ce que Pokémon Showdown Enhanced Tooltips ?

Pokémon Showdown Enhanced Tooltips est une extension Chrome développée par jumbowhales, et sa fonction principale est "Enhanced tooltips for Pokémon Showdown".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Pokémon Showdown Enhanced Tooltips

Téléchargez les fichiers d'extension Pokémon Showdown Enhanced Tooltips au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Pokémon Showdown Enhanced Tooltips Pokémon Showdown Enhanced Tooltips
ID ocpjpfffgcidlkjihnbgfocimjfmdngf
URL Officiel https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/ocpjpfffgcidlkjihnbgfocimjfmdngf
Description Enhanced tooltips for Pokémon Showdown
Taille du Fichier 9.93 KB
Nombre d'Installations 21
Version Actuelle 2.0.0.5
Dernière Mise à Jour 2019-01-27
Date de Publication 2019-01-27
Évaluation 2.00/5 Total 2 Évaluations
Développeur jumbowhales
Type de Paiement free
Langues Prises en Charge 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"
    ]
}