Panic Button Firefox

Examine source code of Panic Button

Inspect and view changes in Panic Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extName__",
  "description": "__MSG_extDesc__",
  "version": "5.1.3",
  "homepage_url": "https://aecreations.io/panicbutton/index.php",
  "author": "AE Creations",
  "browser_specific_settings": {
    "gecko": {
      "id": "{24cea704-946d-11da-a72b-0800200c9a66}",
      "strict_min_version": "139.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "48": "img/icon.svg",
    "96": "img/icon.svg"
  },
  "permissions": [
    "cookies",
    "menus",
    "storage",
    "tabs",
    "tabGroups"
  ],
  "background": {
    "scripts": [
      "scripts/aeConst.js",
      "scripts/aePrefs.js",
      "scripts/aeSavedWindow.js",
      "scripts/aeSavedTabGroup.js",
      "background.js"
    ]
  },
  "action": {
    "default_icon": {
      "16": "img/default16.svg",
      "32": "img/default32.svg",
      "64": "img/default32.svg"
    },
    "default_title": "__MSG_defaultBtnLabel__",
    "default_area": "navbar"
  },
  "commands": {
    "ae-panicbutton": {
      "suggested_key": {
        "default": "F8"
      },
      "description": "__MSG_cmdDesc__"
    }
  },
  "options_ui": {
    "page": "pages/options.html",
    "open_in_tab": true
  },
  "default_locale": "en"
}

Meilleures alternatives Panic Button

Voici quelques Firefox add-ons qui sont similaires à Panic Button :