Reference
Session files
Understand the contents, compatibility, export, import, and website boundary of Tab Organizer session files.
Switch to DeutschReference
Understand the contents, compatibility, export, import, and website boundary of Tab Organizer session files.
Switch to DeutschTab Organizer uses a JSON-based .tabsession file to move a captured browser layout into and out of extension storage. The file is portable, readable, and potentially sensitive.
A session uses schema version 1.0.0 and can include:
| Area | Example fields |
|---|---|
| Session | ID, name, creation time, schema version, and platform |
| Tabs | URL, title, favicon URL, pinned state, active tab, and group membership |
| Groups | Title and Chrome group color |
| Windows | Position, size, state, focus, and incognito flag |
| Displays | Bounds, work area, and display metadata |
The file is not encrypted. It also contains a checkmark derived from sorted tab URLs and a bundled constant, but no corresponding import verification path was found in this version. Do not treat that field as encryption, authenticity proof, or effective integrity protection.
.tabsession file in a location you control.The extension also retains up to five complete captures in local Recent Sessions. That local list is separate from exported files.
The file picker accepts .tabsession and .json; the drop area explicitly expects .tabsession. The extension parses JSON and checks the session schema version before offering restore options.
.tabsession file in the designated area.Changing the filename extension or schema marker does not make an incompatible file safe or compatible.
Session export and import happen in the installed extension. The Tab Organizer website is not an upload destination for .tabsession files and is not part of the restore path.
Your browser, operating system, storage provider, or sharing tool may process a file when you save, sync, back up, or send it. Those flows are outside the website boundary. Keep session files out of public folders and support messages unless disclosure is necessary and explicitly requested.
For the full replacement procedure, use Restore a session.
