Skip to content
/ xtabs Public

securely save and restore tabs across sessions

License

Notifications You must be signed in to change notification settings

metaory/xtabs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

// 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

# 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