Pokémon Showdown Enhanced Tooltips
Enhanced tooltips for Pokémon Showdown
Was ist Pokémon Showdown Enhanced Tooltips?
Pokémon Showdown Enhanced Tooltips ist eine Chrome-Erweiterung, die von jumbowhales entwickelt wurde, und ihr Hauptmerkmal ist "Enhanced tooltips for Pokémon Showdown".
Erweiterungsscreenshots
Pokémon Showdown Enhanced Tooltips-Erweiterungs-CRX-Datei herunterladen
Laden Sie Pokémon Showdown Enhanced Tooltips-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | ![]() |
ID | ocpjpfffgcidlkjihnbgfocimjfmdngf |
Offizielle URL | https://chrome.google.com/webstore/detail/pok%C3%A9mon-showdown-enhanced/ocpjpfffgcidlkjihnbgfocimjfmdngf |
Beschreibung | Enhanced tooltips for Pokémon Showdown |
Dateigröße | 9.93 KB |
Installationsanzahl | 21 |
Aktuelle Version | 2.0.0.5 |
Letztes Update | 2019-01-27 |
Veröffentlichungsdatum | 2019-01-27 |
Bewertung | 2.00/5 Insgesamt 2 Bewertungen |
Entwickler | jumbowhales |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |