A fully free and unlocked alternative to Franz.
Go to file
Alice Gaudon 8ea3f5b05a Version 1.3.1 2022-03-17 13:14:59 +01:00
art Fix icon unwanted borders 2020-03-06 00:27:41 +01:00
frontend Upgrade to electron 17, upgrade dependencies 2022-03-17 12:36:40 +01:00
src Allow popups to be opened when their url starts with the referrer url 2022-03-17 12:56:40 +01:00
.eslintrc.json Fix all lint problems 2020-09-30 18:45:48 +02:00
.gitignore Add webpack to process frontend resources, use typescript on frontend and switch fontawesome to npm package 2020-05-25 07:28:06 +02:00
.npmrc Specify npm registry explicitly 2020-05-05 21:23:48 +02:00
.yarnrc Specify npm registry explicitly 2020-05-05 21:23:48 +02:00
LICENSE Change license from MIT to GPL-3 2020-05-20 17:42:37 +02:00
README.md Update README.md to reflect license change and 1.0 release 2020-05-26 11:05:52 +02:00
dev-app-update.yml Update electron updater url 2021-03-06 18:45:37 +01:00
package.json Version 1.3.1 2022-03-17 13:14:59 +01:00
tsconfig.backend.json Add webpack to process frontend resources, use typescript on frontend and switch fontawesome to npm package 2020-05-25 07:28:06 +02:00
tsconfig.frontend.json Add webpack to process frontend resources, use typescript on frontend and switch fontawesome to npm package 2020-05-25 07:28:06 +02:00
tsconfig.json Target ES2020 for typescript transpiling 2020-05-26 09:39:02 +02:00
webpack.config.js Upgrade to electron 17, upgrade dependencies 2022-03-17 12:36:40 +01:00
yarn.lock Upgrade to fontawesome 6 2022-03-17 13:06:17 +01:00

README.md

Tabs

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)

Tabs aims to provide both complete and simple customization.

When's next major version being released?

You can track the development progress here.

Contributing

Pull requests are welcome and appreciated!

License

GPLv3 - see LICENSE file