Workspaces for Firefox Firefox

Examine source code of Workspaces for Firefox

Inspect and view changes in Workspaces for Firefox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Workspaces for Firefox",
  "version": "1.1.0",
  "description": "Implements Firefox-wide tab management, inspired by virtual desktops.",
  "browser_action": {
    "default_icon": "icons/palette-32.png",
    "default_title": "Workspace Palette",
    "default_popup": "palette.html",
    "browser_style": true
  },
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "permissions": [
    "tabs",
    "contextualIdentities",
    "cookies",
    "storage"
  ],
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Space",
        "windows": "Ctrl+Space"
      }
    }
  },
  "background": {
    "scripts": [
      "commons.bundle.js",
      "background.bundle.js"
    ]
  },
  "omnibox": {
    "keyword": "wksp"
  }
}

Melhores alternativas Workspaces for Firefox

Aqui estão algumas Firefox add-ons que são similares a Workspaces for Firefox: