Smart Sessions - Tab Manager

Save & restore your browser sessions. Auto saving, multiple sessions and more.

What is Smart Sessions - Tab Manager?

Smart Sessions - Tab Manager is a Chrome extension developed by serge, and its main feature is "Save & restore your browser sessions. Auto saving, multiple sessions and more.".

Extension Screenshots

screenshot
screenshot

Download Smart Sessions - Tab Manager Extension CRX File

Download Smart Sessions - Tab Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With this tab manager you can group your tabs into a session. Any changes are automatically saved. Close & restore when needed.

- Multiple active sessions
- Persistent size and position of session windows
- Multiple windows in a session (you can drag a tab out from active session)
- Auto saving
- Tags 
- Tab groups
- Incognito mode (should be explicitly allowed for extension)
- Search
- Export/Import (html document)
- Tab navigation/closing

Demo: https://youtu.be/4PCBGIgFntA

To start, click "create" in the top bar, enter new session name and select few tabs.
After creation, those tabs will be moved to a new window and all changes to its tab list will be recorded, window size and position too.
You can also move any tab out of active session, extension can easily track two or more windows.

Apr 22, 2022 (1.6)
- Support for tab groups
- Incognito mode 
- Bug fixes

Jan 26, 2020 (1.4)
- Dark Theme
- Improved Search
- Export Single Session
- Page Context Menu "Add To Session"
- Small improvements

Sep 20, 2019 (1.3)
- New UI

Sep 15, 2017 (1.0)
- First release                    

Extension Basic Information

Name Smart Sessions - Tab Manager Smart Sessions - Tab Manager
ID hhfefdiablijkjnbkmdfbopiimjilchh
Official URL https://chromewebstore.google.com/detail/smart-sessions-tab-manage/hhfefdiablijkjnbkmdfbopiimjilchh
Description Save & restore your browser sessions. Auto saving, multiple sessions and more.
File Size 737 KB
Installation Count 4,698
Current Version 1.6.9
Last Updated 2023-08-26
Publish Date 2020-01-27
Rating 4.23/5 Total 56 Ratings
Developer serge
Email [email protected]
Payment Type free
Supported Languages id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.6.9",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "author": "Serge Russo ",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "contextMenus",
        "tabGroups"
    ],
    "action": {
        "default_icon": "assets\/images\/icon-browser-action.png",
        "default_title": "Smart Sessions",
        "default_popup": "index.html#popup"
    },
    "icons": {
        "16": "assets\/images\/icon-small-16.png",
        "48": "assets\/images\/icon-48.png",
        "128": "assets\/images\/icon-128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "minimum_chrome_version": "92",
    "background": {
        "service_worker": ".\/assets\/js\/service-worker\/service-worker.js",
        "type": "module"
    }
}