Session Keeper

Save window configurations for future use

What is Session Keeper?

Session Keeper is a Chrome extension developed by Unknown, and its main feature is "Save window configurations for future use".

Extension Screenshots

screenshot
screenshot

Download Session Keeper Extension CRX File

Download 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

                        Manage and save your windows and tabs. Drag and drop to make organization easy!                    

Extension Basic Information

Name Session Keeper Session Keeper
ID okhgbddgbeihpjndlcgkdkamejiigkno
Official URL https://chromewebstore.google.com/detail/session-keeper/okhgbddgbeihpjndlcgkdkamejiigkno
Description Save window configurations for future use
File Size 108 KB
Installation Count 518
Current Version 0.0.2
Last Updated 2016-04-20
Publish Date 2016-04-20
Rating 3.33/5 Total 3 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.2",
    "name": "Session Keeper",
    "manifest_version": 2,
    "description": "Save window configurations for future use",
    "browser_action": {
        "default_title": "Session Keeper"
    },
    "icons": {
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "scripts": [
            "js\/background.bundle.js"
        ]
    },
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'; style-src * 'unsafe-inline'; img-src 'self' data:;"
}