Portable Context Pack

Import context, not sessions.

A Portable Context Pack can carry selected tab URLs, titles, Markdown layers, source notes, and export metadata. It cannot carry cookies, passwords, form input values, or third-party session tokens.

{ "type": "tabonion.context-pack", "tabs": [{ "title": "Source page", "url": "https://example.com" }], "layers": ["captured-tabs", "markdown", "context-links"] }
  1. Review the pack source. Check who sent it and what URLs it contains before import.
  2. Open selected tabs. Choose the tabs to restore instead of opening every URL blindly.
  3. Create assets deliberately. Markdown extraction and output presets are explicit actions.