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

https://github.com/metaory/local-tabs

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

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

Last synced: 5 months ago
JSON representation

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

Awesome Lists containing this project

README

        



incognito-tabs incognito-tabs


Encrypted Incognito Tab Manager


banner



Chrome Extension
MIT License

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

---

## Features

- Save incognito tabs to encrypted file or text
- Restore tabs in separate incognito windows grouped by domain
- Zero dependencies, pure browser APIs
- Strong AES-256-GCM encryption
- Metadata format for tab stats

---

## Usage

1. **Save Tabs**
- Open extension in incognito window
- Click "Save" for encrypted file
- Click "Copy" for encrypted text

2. **Restore Tabs**
- Click "Load" to restore from file
- Paste encrypted text and click "Paste"
- Review domains before opening
- Tabs open grouped by domain

---

## Format

```
INC@1.{YYMMDDHHmm}.W{n}.T{n}::{data}
```

Example:
```
[email protected]::base64_data
```

---

## Security

- AES-256-GCM encryption
- Browser-local keys
- No data persistence
- No analytics/tracking

---

## Installation

1. Clone repository
2. Open Chrome Extensions (chrome://extensions)
3. Enable Developer Mode
4. Click "Load unpacked"
5. Select extension directory
6. Enable "Allow in Incognito"

---

### Limitations

- Max 50 tabs per window
- Max 10MB file size
- Requires Chrome v109+

---

## LICENSE

[MIT](LICENSE)