Smart Sessions - Tab Manager

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

Wat is Smart Sessions - Tab Manager?

Smart Sessions - Tab Manager is een Chrome-extensie ontwikkeld door serge, en de belangrijkste functie is "Save & restore your browser sessions. Auto saving, multiple sessions and more.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Smart Sessions - Tab Manager

Download Smart Sessions - Tab Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Smart Sessions - Tab Manager Smart Sessions - Tab Manager
ID hhfefdiablijkjnbkmdfbopiimjilchh
Officiële URL https://chromewebstore.google.com/detail/smart-sessions-tab-manage/hhfefdiablijkjnbkmdfbopiimjilchh
Beschrijving Save & restore your browser sessions. Auto saving, multiple sessions and more.
Bestandsgrootte 737 KB
Aantal Installaties 4,698
Huidige Versie 1.6.9
Laatst Bijgewerkt 2023-08-26
Publicatiedatum 2020-01-27
Beoordeling 4.23/5 Totaal 56 Beoordelingen
Ontwikkelaar serge
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}