Go to random tab Firefox

Examine source code of Go to random tab

Inspect and view changes in Go to random tab source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Go to random tab",
  "version": "2.1.1",
  "description": "A simple button to go to a random open tab.",
  "homepage_url": "https://github.com/mikl/browser-go-to-random-tab",
  "icons": {
    "48": "icons/shuffle-48.png",
    "96": "icons/shuffle-96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-3vuPf16zAtrlFA@jetpack"
    }
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "browser_style": true,
    "default_area": "tabstrip",
    "default_icon": {
      "16": "icons/shuffle-dark-16.png",
      "32": "icons/shuffle-dark-32.png"
    },
    "default_title": "Go to random tab",
    "theme_icons": [
      {
        "light": "icons/shuffle-light-16.png",
        "dark": "icons/shuffle-dark-16.png",
        "size": 16
      },
      {
        "light": "icons/shuffle-light-32.png",
        "dark": "icons/shuffle-dark-32.png",
        "size": 32
      }
    ]
  },
  "background": {
    "scripts": [
      "go-to-random-tab.js"
    ],
    "persistent": false
  },
  "commands": {
    "go-to-random-tab": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Switch to a random open tab."
    }
  }
}

Best Go to random tab Alternatives

Here are some Firefox add-ons that are similar to Go to random tab: