Tab Randomizer Firefox

Examine source code of Tab Randomizer

Por: drumst1x
Inspect and view changes in Tab Randomizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TabRandomizer",
  "version": "1.3",
  "description": "Randomize (shuffle) all tabs in the current window",
  "icons": {
    "48": "icons/randomizer-48.png"
  },
  "permissions": [
    "<all_urls>",
    "tabs",
    "tabGroups",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icons/randomizer-48.png",
    "default_title": "Tab Randomizer",
    "browser_style": true,
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "commands": {
    "randomize-tabs": {
      "suggested_key": {
        "default": "Alt+Shift+R"
      },
      "description": "Randomize all the tabs in the current window."
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b2b48dec-3245-4ac1-a107-a6c3ef203859}"
    }
  }
}

Mejores alternativas Tab Randomizer

Aquí hay algunas Firefox add-ons que son similares a Tab Randomizer: