Rotate Tabs

Rotate Tabs

Rotate tabs through every window, and remember the position.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Rotate Tabs",
  "manifest_version": 3,
  "version": "0.0.4",
  "description": "Rotate tabs through every window, and remember the position.",
  "author": "Solomon Kinard",
  "background": {
    "service_worker": "service_worker.js"
  },
  "action": {},
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Shift+Alt+R"
      }
    }
  },
  "icons": {
    "128": "icons/128.png"
  },
  "permissions": [
    "tabGroups"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}