Pokémon Showdown Enhanced Tooltips

Enhanced tooltips for Pokémon Showdown

Wat is Pokémon Showdown Enhanced Tooltips?

Pokémon Showdown Enhanced Tooltips is een Chrome-extensie ontwikkeld door jumbowhales, en de belangrijkste functie is "Enhanced tooltips for Pokémon Showdown".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pokémon Showdown Enhanced Tooltips

Download Pokémon Showdown Enhanced Tooltips-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Pokémon Showdown Enhanced Tooltips Pokémon Showdown Enhanced Tooltips
ID ocpjpfffgcidlkjihnbgfocimjfmdngf
Officiële URL https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/ocpjpfffgcidlkjihnbgfocimjfmdngf
Beschrijving Enhanced tooltips for Pokémon Showdown
Bestandsgrootte 9.93 KB
Aantal Installaties 21
Huidige Versie 2.0.0.5
Laatst Bijgewerkt 2019-01-27
Publicatiedatum 2019-01-27
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar jumbowhales
Betalingswijze free
Ondersteunde Talen 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"
    ]
}