ezpp! is a browser extension that allows you to calculate pp values for a beatmap without manually downloading the beatmap.
Current versions of software used:
$ node -v
v10.8.0
$ npm -v
6.4.0Everything should work with older versions of both Node and NPM.
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.
Setup after cloning the repository:
npm install
- Run
npm run start:chrome. This will createbuilddirectory inside the directory containing the extension. - Open up Chrome and navigate to
chrome://extensions. - Enable
Developer mode. - Click the
Load unpackedbutton and select the previously mentionedbuilddirectory. - 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.
To build a production version of the package, run npm run build:chrome.
- Run
npm run start:firefox. This will createbuilddirectory inside the directory containing the extension. - Open up Firefox and navigate to
about:debugging. - Click the
Load Temporary Add-onbutton 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.
Run npm run 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