A Chrome extension to export and import tab groups as JSON. Useful for transferring tab sessions between Chrome profiles or computers. See here on the Chrome extension store.
- Export current tab groups to clipboard as JSON
- Import tab groups from JSON into your current window
- Select which groups to export or import
- Clone or download this repository
- Open Chrome and go to
chrome://extensions - Enable "Developer mode" (top right)
- Click "Load unpacked" and select this folder
- Click the extension icon
- Click Export
- Select which tab groups to include
- Click Copy to copy JSON to clipboard
- Click the extension icon
- Click Import
- Paste your JSON
- Click Load Groups
- Select which groups to open
- Click Open Selected Tabs
{
"Work": [
"https://github.com",
"https://example.com"
],
"Research": [
"https://wikipedia.org"
],
"nogroup": [
"https://google.com"
]
}Ungrouped tabs are stored under "nogroup".