Simple Session Manager

Save browser tabs and restore them later

What is Simple Session Manager?

Simple Session Manager is a Chrome extension developed by Unknown, and its main feature is "Save browser tabs and restore them later".

Extension Screenshots

screenshot
screenshot

Download Simple Session Manager Extension CRX File

Download Simple Session 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

                        This is a simple browser session manager. You can save your current session and restore it later. Session information will be stored on you computer and you can save as many sessions as needed. It is also possible to save the state of only one (current) window.                    

Extension Basic Information

Name Simple Session Manager Simple Session Manager
ID gcgejjbgcgnopbehanipbmppplgjhboa
Official URL https://chromewebstore.google.com/detail/simple-session-manager/gcgejjbgcgnopbehanipbmppplgjhboa
Description Save browser tabs and restore them later
File Size 47.42 KB
Installation Count 33
Current Version 1.0.3
Last Updated 2020-01-30
Publish Date 2020-01-30
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Session Manager",
    "short_name": "Session_Mngr",
    "description": "Save browser tabs and restore them later",
    "author": "ynyk",
    "version": "1.0.3",
    "icons": {
        "32": "icons\/tab-manager-32x32.png",
        "48": "icons\/tab-manager-48x48.png",
        "64": "icons\/tab-manager-64x64.png",
        "96": "icons\/tab-manager-96x96.png",
        "128": "icons\/tab-manager-128x128.png"
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "lib\/browser-polyfill.js",
            "background\/env.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/tab-manager-32x32.png",
        "default_title": "TabManager",
        "default_popup": "popup\/popup.html",
        "browser_style": false
    },
    "web_accessible_resources": [
        "img\/progress1.gif"
    ]
}