Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-03-20T05:45:48.000Z (over 2 years ago)
- Last Synced: 2024-08-10T11:03:19.677Z (3 months 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.
![Intregapptor image](https://raw.githubusercontent.com/mickael-kerjean/integrapptor/master/screenshot.jpg)
# 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'![Intregapptor image](https://raw.githubusercontent.com/mickael-kerjean/integrapptor/master/screenshot2.jpg)
# Credits
- made by [Mickael Kerjean](https://mickael.kerjean.me/about)
- icons from [flaticon](https://flaticon.com)