From 6a822c97f379e77a2ca69e62c55e9a3f38cb6ad2 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Fri, 6 Mar 2020 14:31:08 +0100 Subject: [PATCH] Update README.md to be more precise and clear --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a71ee64..22b905b 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,24 @@ # Tabs -Tabs is an electron app that lets you easily turn any webpage into a "desktop app". We call each of this "apps" `Services`. +/!\ Still in development! I aim to improve security, usability and add more features. Wait for the 1.0 release to use tabs for critical jobs. /!\ -You can add multiple Services to a single window and easily switch between them with the navigation bar, like persistent tabs in a web browser. +Tabs is an electron app than allows you to make **persistent** and **isolated** sessions on any website. + +You could create `Services` for Facebook Messenger, GMail, or your personnal nextcloud instance. There is not limit to what home URL you can set. + +- Services are all gathered in a single window with a simple navigation bar +- A service can be either automatically loaded or not +- You can customize a service css (i.e. remove unwanted elements like menus or nav bars) You can navigate inside the focused service using the navigation buttons (previous page, next page). +## When's 1.0 being released? + +You can track the development progress [here](https://github.com/ArisuOngaku/tabs/projects/3). + ## Contributing +Pull requests are welcome and appreciated! + ## License -[MIT - see LICENSE file](LICENSE) \ No newline at end of file +[MIT - see LICENSE file](LICENSE)