TabAddict

A light-weight session saver.

What is TabAddict?

TabAddict is a Chrome extension developed by Peter Nelson, and its main feature is "A light-weight session saver.".

Extension Screenshots

screenshot
screenshot

Download TabAddict Extension CRX File

Download TabAddict 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

                        Do you have 50+ tabs open at any given time? Do you fly into a rage when someone closes your browser? You may be a tab addict. Get relief with this session management extension.

TabAddict allows you to...
  * Capture the current session--urls, in plain text format
  * Annotate sessions--keep track of what you were doing
  * Open saved sessions--it's as simple as drag and drop
  * Stay in control--your data can't get lost in the cloud                    

Extension Basic Information

Name TabAddict TabAddict
ID opkihdncekmggmhjbdkmnlelgmlemlmd
Official URL https://chromewebstore.google.com/detail/tabaddict/opkihdncekmggmhjbdkmnlelgmlemlmd
Description A light-weight session saver.
File Size 59.01 KB
Installation Count 21
Current Version 1.1
Last Updated 2012-09-18
Publish Date 2012-09-18
Rating 4.00/5 Total 1 Ratings
Developer Peter Nelson
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TabAddict",
    "version": "1.1",
    "manifest_version": 2,
    "description": "A light-weight session saver.",
    "browser_action": {
        "default_icon": "icon.png",
        "dnd": "dnd.html",
        "launch": "launch.html"
    },
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "tabs"
    ],
    "options_page": "options.html",
    "homepage_url": "http:\/\/peterthenelson.com\/tabaddict\/"
}