Tab Space

Tab Space

Workspace-based Window and Tab manager. Tab Space is an easy-to-use workspace-based window and tab manager extension. This…

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab Space",
  "manifest_version": 3,
  "version": "1.0.7",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "unlimitedStorage"
  ],
  "background": {
    "service_worker": "build/background.js"
  },
  "action": {
    "default_popup": "index.html"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+W"
      }
    }
  }
}