Minimal Chrome extension for managing and sharing tabs across incognito/normal windows.
- Encrypt/decrypt tab URLs
- Share tabs between modes
- Group tabs by domain
- Copy/paste tab lists
- Import/export tab data
- Zero dependencies
// 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
Current
- Active window tabsAll
- All window tabsIncognito
- Private window tabsNormal
- Regular window tabs
LT@1::220615::W2.T15::base64data
[ver][date][stats ][payload ]
# Install
git clone https://github.com/metaory/xtabs
cd xtabs
# Build
npm run build
# Load extension
chrome://extensions -> Load unpacked -> select dist/
- AES-256-GCM encryption
- No data persistence
- No external services
- No tracking/analytics
MIT