Smart Sessions - Tab Manager

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

Was ist Smart Sessions - Tab Manager?

Smart Sessions - Tab Manager ist eine Chrome-Erweiterung, die von serge entwickelt wurde, und ihr Hauptmerkmal ist "Save & restore your browser sessions. Auto saving, multiple sessions and more.".

Erweiterungsscreenshots

screenshot
screenshot

Smart Sessions - Tab Manager-Erweiterungs-CRX-Datei herunterladen

Laden Sie Smart Sessions - Tab Manager-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Smart Sessions - Tab Manager Smart Sessions - Tab Manager
ID hhfefdiablijkjnbkmdfbopiimjilchh
Offizielle URL https://chromewebstore.google.com/detail/smart-sessions-tab-manage/hhfefdiablijkjnbkmdfbopiimjilchh
Beschreibung Save & restore your browser sessions. Auto saving, multiple sessions and more.
Dateigröße 737 KB
Installationsanzahl 4,698
Aktuelle Version 1.6.9
Letztes Update 2023-08-26
Veröffentlichungsdatum 2020-01-27
Bewertung 4.23/5 Insgesamt 56 Bewertungen
Entwickler serge
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}