https://github.com/mickael-kerjean/integrapptor
A browser integrating all your apps in one place
https://github.com/mickael-kerjean/integrapptor
browser electron
Last synced: about 1 year ago
JSON representation
A browser integrating all your apps in one place
- Host: GitHub
- URL: https://github.com/mickael-kerjean/integrapptor
- Owner: mickael-kerjean
- License: agpl-3.0
- Created: 2017-07-10T01:14:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T05:45:48.000Z (over 4 years ago)
- Last Synced: 2025-03-23T20:51:16.586Z (over 1 year ago)
- Topics: browser, electron
- Language: JavaScript
- Size: 647 KB
- Stars: 26
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is it about?
Integrapptor is born from the idea that all the tools I use for work should be integrate in a single browser app, avoiding having hundreds of tabs opened in your browser and effortlessly switch to a different app.
With Integrapptor, you can create your own app integrating all you need.

# Release Note
- [V1.0.0](https://mickael.kerjean.me/2017/07/11/release-of-integrapptor-v1_0_0/)
# Features
- configurable urls
- quick access with shortcuts
- support for http auth basic
# Create your own
Edit the config.json to fit your needs and build it with:
```
npm install
npm run build
```
You're now ready to create package for your os:
```
npm run package-osx
npm run package-win
npm run package-linux
```
# Shortcuts
- Toggle the menu: 'Alt'
- Select an app: 'Alt' + 'first letter of the group' + 'app number'

# Credits
- made by [Mickael Kerjean](https://mickael.kerjean.me/about)
- icons from [flaticon](https://flaticon.com)