Missing shortcuts Firefox

Examine source code of Missing shortcuts

By: Fredddy Add-on
Inspect and view changes in Missing shortcuts source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Missing shortcuts",
  "version": "0.0.4",
  "description": "Adds an option to configure missing shortcuts to the browser.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs"
  ],
  "icons": {
    "48": "icon-48.png",
    "96": "icon-48.png"
  },
  "browser_action": {
    "default_title": "Configure shortcuts",
    "default_icon": {
      "16": "icon-48.png",
      "32": "icon-48.png"
    }
  },
  "commands": {
    "move-tab-to-new-window": {
      "description": "Move current tab to a new window"
    },
    "duplicate-tab": {
      "description": "Duplicate current tab"
    },
    "move-tab-to-next-window": {
      "description": "Move current tab to next window"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "move-tab-to-new-window@victor.dev",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Missing shortcuts Alternatives

Here are some Firefox add-ons that are similar to Missing shortcuts: