Temporary download: https://github.com/rowin1/Pokemon-Showdown-Enhanced-Tooltips/files/6321919/pset-fix.zip Temporary installation method: go to chrome://extensions/ , enable developer mode in the top right corner, then click "load unpacked", then navigate to the chrome folder you extracted.
-Chrome Download -Firefox Download
A Chrome Extension/Firefox Addon that enhances the tooltips on Pokemon Showdown by displaying additional information:
- Type weaknesses and respective multipliers
- Move type and category (physical or special) icons
- Move base power
- Click Pokemon name to open their Smogon page in a new tab
- Height and weight
Optional settings (right click the extension icon and toggle the setting!):
- Base stats
- Chrome Download the latest version of Pokemon Showdown Enhanced Tooltips from the Chrome web store.
- Firefox Download the latest version on the Firefox Addon hub
Bug reports and pull requests are welcome! If you'd like to request a feature, please open an issue. This project is intended to be a safe, welcoming space for collaboration.
The code for this plugin can be found in ./src
.
index.js
- The primary codebase for this pluginicons
- Icon image filescss
- Custom styleschrome
- Chrome-specific Javascript and manifest.json filesfirefox
- Firefox-specific Javascript and manifest.json files
To build and test this code locally:
npm install
npm run build
This will create a dist/
folder with a chrome/
and firefox/
folder. Use these unpacked files as a Chrome or Firefox plugin to test locally.
Special thanks to Karl Hughes for their great contributions to the extension
This plugin and code is distributed under the MIT license.