Tab Workspaces Firefox

Examine source code of Tab Workspaces

By: Fonso
Inspect and view changes in Tab Workspaces source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Workspaces",
  "version": "1.2.1resigned1",
  "description": "Organize your tabs into workspaces. Switch between workspaces to change which tabs are displayed at the moment.",
  "icons": {
    "48": "icons/container-site-d-48.png",
    "96": "icons/container-site-d-96.png"
  },
  "homepage_url": "https://www.github.com/fonse/tab-workspaces",
  "permissions": [
    "cookies",
    "menus",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "browser_style": true,
    "default_icon": "icons/container-site.svg",
    "default_title": "Workspaces",
    "default_popup": "popup/popup.html"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+E"
      },
      "description": "Open workspace list"
    }
  },
  "background": {
    "scripts": [
      "background/util.js",
      "background/backgroundLogic.js",
      "background/workspace.js",
      "background/workspaceStorage.js",
      "background/messageHandler.js"
    ]
  },
  "omnibox": {
    "keyword": "ws"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{aba5dba6-dc7b-458d-8587-d8686f815531}"
    }
  }
}

Best Tab Workspaces Alternatives

Here are some Firefox add-ons that are similar to Tab Workspaces: