TWIN68 Firefox

Examine source code of TWIN68

By: FLY88
Inspect and view changes in TWIN68 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"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{72a07873-9a21-4ad0-96fe-cc8b6c76fb06}"
    }
  }
}

Best TWIN68 Alternatives

Here are some Firefox add-ons that are similar to TWIN68: