Tab Sessions

This extension lets the user manage multiple sessions of open tabs.

What is Tab Sessions?

Tab Sessions is a Chrome extension developed by Ian Martorell, and its main feature is "This extension lets the user manage multiple sessions of open tabs.".

Extension Screenshots

screenshot

Download Tab Sessions Extension CRX File

Download Tab Sessions 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

                        Tab Sessions places an icon alongside the user's Omnibar which opens the Tab Session Manager in a popup window. From here, the user can save new tab sessions and load, update or delete old ones. The tab sessions are stored using HTML5's Local Storage feature, so they are never deleted and are particular for each browser.

Ideas for future versions:
  - Sync sessions via Google account
  - Prettify Tab Session Manager
      + Allow reordering of sessions
  - Automatic session tracking                    

Extension Basic Information

Name Tab Sessions Tab Sessions
ID kljefmgondidjmjicifipgglpekgjddm
Official URL https://chromewebstore.google.com/detail/tab-sessions/kljefmgondidjmjicifipgglpekgjddm
Description This extension lets the user manage multiple sessions of open tabs.
File Size 52.63 KB
Installation Count 265
Current Version 1.1.1
Last Updated 2013-07-09
Publish Date 2013-07-09
Rating 3.83/5 Total 6 Ratings
Developer Ian Martorell
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tab Sessions",
    "description": "This extension lets the user manage multiple sessions of open tabs.",
    "version": "1.1.1",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    }
}