Sessions for Google Chrome™

Compile your tabs into Sessions.

What is Sessions for Google Chrome™?

Sessions for Google Chrome™ is a Chrome extension developed by bulletblue, and its main feature is "Compile your tabs into Sessions.".

Extension Screenshots

screenshot
screenshot

Download Sessions for Google Chrome™ Extension CRX File

Download Sessions for Google Chrome™ 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

                        Sessions for Google Chrome™ allows you to save all tabs in your current window into a single session for recalling later.  If you've got a bunch of tabs open, all related to a single focus, you can shelve the session and close the tabs or entire window, and single-click to restore it.  Sessions are shared across any machine signed into the same Google account.

Tabs will open in current window by default or optionally in a new window.                    

Extension Basic Information

Name Sessions for Google Chrome™ Sessions for Google Chrome™
ID kkaegklhgkhfdhanhalpjhfbpmlomlhc
Official URL https://chromewebstore.google.com/detail/sessions-for-google-chrom/kkaegklhgkhfdhanhalpjhfbpmlomlhc
Description Compile your tabs into Sessions.
File Size 727 KB
Installation Count 1,166
Current Version 1.2.1
Last Updated 2016-04-16
Publish Date 2016-04-16
Rating 3.57/5 Total 7 Ratings
Developer bulletblue
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sessions for Google Chrome\u2122",
    "short_name": "Sessions",
    "version": "1.2.1",
    "description": "Compile your tabs into Sessions.",
    "permissions": [
        "tabs",
        "storage"
    ],
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon19.png",
        "default_popup": "popup.html"
    }
}