An open API service indexing awesome lists of open source software.

https://github.com/metaory/xtabs

A minimal Chrome extension to securely save and restore incognito tabs across browser sessions
https://github.com/metaory/xtabs

chrome-extension chrome-extensions extension-chrome incognito incognito-mode incognito-save incognito-tab-manager tab-manager-exntesion

Last synced: about 1 month ago
JSON representation

A minimal Chrome extension to securely save and restore incognito tabs across browser sessions

Awesome Lists containing this project

README

          



banner



Chrome Extension
MIT License

A minimal modern browser extension


to securely save and restore tabs

Across browser sessions


No Account, No Storage, No Cloud


No Analytics/Tracking

Minimal Chrome extension for managing and sharing tabs across incognito/normal windows.

## Features

- Encrypt/decrypt tab URLs
- Share tabs between modes
- Group tabs by domain
- Copy/paste tab lists
- Import/export tab data
- Zero dependencies

## Usage

```js
// Save current tabs
click 'Save' -> downloads encrypted .bin

// Load saved tabs
click 'Load' -> select .bin -> opens in selected mode

// Share via clipboard
click 'Copy' -> paste text elsewhere
click 'Paste' -> paste encrypted text -> opens tabs
```

## Modes

- `Current` - Active window tabs
- `All` - All window tabs
- `Incognito` - Private window tabs
- `Normal` - Regular window tabs

## Data Format

```
LT@1::220615::W2.T15::base64data
[ver][date][stats ][payload ]
```

## Development

```bash
# Install
git clone https://github.com/metaory/xtabs
cd xtabs

# Build
npm run build

# Load extension
chrome://extensions -> Load unpacked -> select dist/
```

## Security

- AES-256-GCM encryption
- No data persistence
- No external services
- No tracking/analytics

## License

MIT