ezpp! is a browser extension that allows you to calculate pp values for a beatmap without manually downloading the beatmap.
All translation efforts are warmly welcome! The base English translations can be found here. After translating the file you should also add relevant information to this file, where the code
field should match with the .json
file you created. If you are unsure on how to edit the files, feel free to raise an issue or ask away in the pull request.
Versions of software used at the time of writing:
[teemu@home ezpp]$ node -v
v14.15.4
[teemu@home ezpp]$ yarn -v
1.22.4
Clone the repository and run the following commands.
yarn
- Run
yarn start:chrome
. This will create abuild/
directory to the repository root. - Open up Chrome and navigate to
chrome://extensions
. - Enable
Developer mode
. - Click the
Load unpacked
button and select the previously mentionedbuild
directory. - The extension is now ready to go!
All the changes made are compiled automatically as long as the yarn start:chrome
script is running.
To build a production version of the package, run yarn build:chrome
.
- Run
yarn start:firefox
. This will create abuild/
directory to the repository root. - Open up Firefox and navigate to
about:debugging#/runtime/this-firefox
. - 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 yarn start:firefox
script is running.
To build a production version of the package, run yarn build:firefox
.
Run yarn build:all
. Two files, ezpp-chrome.zip
and ezpp-firefox.zip
, are generated.
Chrome/Chromium: Install from Google WebStore
Firefox: Install from addons.mozilla.org