Tab Session Keeper

Save your browser tabs

What is Tab Session Keeper?

Tab Session Keeper is a Chrome extension developed by Roman Sharapa, and its main feature is "Save your browser tabs".

Extension Screenshots

screenshot

Download Tab Session Keeper Extension CRX File

Download Tab Session Keeper 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

                        Save and restore browser tabs session. 
This extension is useful to you if you need to save many tabs and restore them later. It provides a simple set of functions to manage your sessions. 
Sessions can be renamed and removed.

GitHub:  https://github.com/sailonely/tab-session-keeper                    

Extension Basic Information

Name Tab Session Keeper Tab Session Keeper
ID hiblckhbhlfmlbkhkfkenjaphdincfep
Official URL https://chromewebstore.google.com/detail/tab-session-keeper/hiblckhbhlfmlbkhkfkenjaphdincfep
Description Save your browser tabs
File Size 87.86 KB
Installation Count 74
Current Version 2.0.2
Last Updated 2023-03-01
Publish Date 2020-06-23
Rating 4.67/5 Total 3 Ratings
Developer Roman Sharapa
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tab Session Keeper",
    "version": "2.0.2",
    "description": "Save your browser tabs",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs"
    ],
    "action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}