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"]
}
- Review the pack source. Check who sent it and what URLs it contains before import.
- Open selected tabs. Choose the tabs to restore instead of opening every URL blindly.
- Create assets deliberately. Markdown extraction and output presets are explicit actions.