ezpp! is a browser extension which allows you to calculate pp values for a beatmap without manually downloading the beatmap.
- Node.js, NPM
All translation efforst are warmly welcome! The base English translations can be found here. After translating the file you should also add relevant information to this file. If you are unsure on how to edit the files, feel free to raise an issue or ask away in the pull request.
Setup after cloning the repository:
npm install
- Run
npm run start:chrome
. This will createdist
directory inside the directory containing the extension. - Open up Chrome and navigate to
chrome://extensions
. - Enable
Developer mode
. - Click the
Load unpacked extension...
button and select the previously mentioneddist
directory. - The extension is now ready to go!
All the changes made are compiled automatically as long as the npm run start:chrome
script is running. The extension reloads scripts and styles every time you refresh the chrome://extensions
page.
To build a production version of the package, run npm run build:chrome
.
- Run
npm run start:firefox
. This will createdist
directory inside the directory containing the extension. - Open up Firefox and navigate to
about:debugging
. - Click the
Load Temporary Add-on
button and select any file in the previously mentioned directory. - The extension is now ready to go!
All the changes made are compiled automatically as long as the npm run start:firefox
script is running.
To build a production version of the package, run npm run build:firefox
.
Chrome/Chromium: Install from Google WebStore
Firefox: Install from addons.mozilla.org