WebExtension.net
WebExtension.net

Tab Session Manager

View on Chrome Web Store
View Tab Session Manager Chrome Extension on Chrome Web Store
3.7 (326 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Save and restore the state of windows and tabs. It also supports automatic saving.
Type
Extension
Users
100,000 users
Sienori
View author page of Sienori
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 19, 2018
Version 7.0.1
Manifest version
3
Updated
Updated on June 6, 2024
View on Chrome Web Store
View Tab Session Manager Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "7.0.1",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "downloads",
        "identity",
        "alarms",
        "offscreen"
    ],
    "optional_host_permissions": [
        "https:\/\/www.googleapis.com\/*"
    ],
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "icons": {
        "16": "icons\/icon_min.png",
        "64": "icons\/icon.png"
    },
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_min.png",
            "64": "icons\/icon.png"
        },
        "default_popup": "popup\/index.html"
    },
    "commands": {
        "_execute_action": {
            "description": "__MSG_openPopupDescription__",
            "suggested_key": {
                "default": "Ctrl+Shift+L"
            }
        },
        "saveAllWindow": {
            "description": "__MSG_saveAllWindowDescription__"
        },
        "saveCurrentWindow": {
            "description": "__MSG_saveCurrentWindowDescription__"
        },
        "exportSessions": {
            "description": "__MSG_exportSessionsDescription__"
        }
    },
    "incognito": "spanning"
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top