All Projects → oamaok → Ezpp

oamaok / Ezpp

Licence: mit
pp made easy!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Ezpp

Octohint
The missing IntelliSense hint for GitHub and GitLab
Stars: ✭ 906 (+1827.66%)
Mutual labels:  browser-extension
Osuqqbotfornewbiegroup
为osu!新人群开发的QQ Bot,在其他群也可以使用一些基本功能。
Stars: ✭ 29 (-38.3%)
Mutual labels:  osu
Contrib Awakens
Play games in GitHub's contribution graph.
Stars: ✭ 38 (-19.15%)
Mutual labels:  browser-extension
Ping Blocker
Stop sites from tracking the links you visit through hyperlink auditing
Stars: ✭ 23 (-51.06%)
Mutual labels:  browser-extension
Toster Tools
Расширение для сайта toster.ru
Stars: ✭ 11 (-76.6%)
Mutual labels:  browser-extension
Kjbot
kjBot Framework and Modules
Stars: ✭ 32 (-31.91%)
Mutual labels:  osu
Tabliss
An extensible New Tab web extension written in TypeScript, React and Redux.
Stars: ✭ 798 (+1597.87%)
Mutual labels:  browser-extension
Github Gmail
[WebExtension] Open GitHub notifications with shortcuts in Gmail.
Stars: ✭ 998 (+2023.4%)
Mutual labels:  browser-extension
Authautofill
한국 휴대전화 본인인증 서비스 자동완성 브라우저 확장 프로그램 Browser Extension for Korea SMS Authentication
Stars: ✭ 22 (-53.19%)
Mutual labels:  browser-extension
Github Subscribed
Chrome extension that keeps track of your subscription and show them on Github
Stars: ✭ 36 (-23.4%)
Mutual labels:  browser-extension
Builds Tab
Web extension that adds builds tab to Github
Stars: ✭ 24 (-48.94%)
Mutual labels:  browser-extension
Wappalyzer
Identify technology on websites.
Stars: ✭ 7,245 (+15314.89%)
Mutual labels:  browser-extension
Squashed Merge Message
Use Pull Request description as Squashed and Merged commit messages.
Stars: ✭ 34 (-27.66%)
Mutual labels:  browser-extension
Notifier For Udacity Reviewer
📢 Notifier for Udacity Reviewer - Extension for modern browsers
Stars: ✭ 22 (-53.19%)
Mutual labels:  browser-extension
Puppeteer Sharp Extra
Plugin framework for PuppeteerSharp
Stars: ✭ 39 (-17.02%)
Mutual labels:  browser-extension
Osu Hope
osu!HOPE: HoLLy's osu! Packet Editor
Stars: ✭ 18 (-61.7%)
Mutual labels:  osu
Better Chrome Native Video
Add keyboard support to Chrome's native HTML5 video player.
Stars: ✭ 31 (-34.04%)
Mutual labels:  browser-extension
Share Backported
Extension to get back the Firefox Share modal
Stars: ✭ 47 (+0%)
Mutual labels:  browser-extension
Performance Bookmarklet
Performance-Bookmarklet helps to analyze the current page through the Resource Timing API, Navigation Timing API and User-Timing - requests by type, domain, load times, marks and more. Sort of a light live WebPageTest.
Stars: ✭ 997 (+2021.28%)
Mutual labels:  browser-extension
Checkmyhttps
We propose a user-friendly add-on that allows you to check if your encrypted web traffic (SSL/TLS) towards secured Internet servers (HTTPS) is not intercepted (being listened to).
Stars: ✭ 35 (-25.53%)
Mutual labels:  browser-extension

ezpp!

ezpp! is a browser extension that allows you to calculate pp values for a beatmap without manually downloading the beatmap.

Prerequisities

Current versions of software used:

[[email protected] ezpp]$ npm -v
6.12.0
[[email protected] ezpp]$ yarn -v
1.19.1
[[email protected] ezpp]$ node -v
v12.12.0

Everything should work with older versions of both Node and NPM.

Translating

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.

Developing

Setup after cloning the repository:

npm install

Chromium-based browsers

  • Run npm run start:chrome. This will create build directory inside the directory containing the extension.
  • Open up Chrome and navigate to chrome://extensions.
  • Enable Developer mode.
  • Click the Load unpacked button and select the previously mentioned build 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.

To build a production version of the package, run npm run build:chrome.

Firefox

  • Run npm run start:firefox. This will create build 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.

Production builds

Run npm run build:all. Two files, ezpp-chrome.zip and ezpp-firefox.zip, are generated.

Installing

Chrome/Chromium: Install from Google WebStore

Firefox: Install from addons.mozilla.org

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].