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
- Host: GitHub
- URL: https://github.com/metaory/local-tabs
- Owner: metaory
- License: mit
- Created: 2024-12-18T07:49:55.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-12-25T10:37:24.000Z (5 months ago)
- Last Synced: 2024-12-25T20:12:36.218Z (5 months ago)
- Topics: chrome-extension, chrome-extensions, extension-chrome, incognito, incognito-mode, incognito-save, incognito-tab-manager, tab-manager-exntesion
- Language: JavaScript
- Homepage:
- Size: 308 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
incognito-tabs
Encrypted Incognito Tab Manager
![]()
![]()
![]()
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 text2. **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)