https://github.com/dirk/heroku-addon-jumper
Quickly jump to Heroku add-ons in Chrome
https://github.com/dirk/heroku-addon-jumper
Last synced: about 1 year ago
JSON representation
Quickly jump to Heroku add-ons in Chrome
- Host: GitHub
- URL: https://github.com/dirk/heroku-addon-jumper
- Owner: dirk
- License: mit
- Created: 2016-11-24T09:44:03.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-25T04:26:49.000Z (over 9 years ago)
- Last Synced: 2025-04-09T15:13:54.947Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/heroku-add-on-jumper/oijgcplmodopooedjjllneogcihjnhje
- Size: 335 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Heroku Add-on Jumper
Quickly open [Heroku][] add-ons via their single-sign-on URLs.

**Note**: This is an _unofficial_ piece of software and is not in any way officially associated with Heroku. Use of this software is at your own risk, and you're encouraged to read the source yourself before use.
[Heroku]: https://www.heroku.com/
## Getting started
Browserify is used for building the target JavaScript and using the [Heroku Platform Node.js API](https://github.com/heroku/node-heroku-client).
```sh
git clone https://github.com/dirk/heroku-addon-jumper.git
cd heroku-addon-jumper
# Install all the dependencies
yarn install
# Build the target JavaScript
make
```
Then add this extension to Chrome; see [their guide][] for more details.
[their guide]: https://developer.chrome.com/extensions/getstarted
## License
Released under the MIT license, see [LICENSE](LICENSE) for details.