Missing shortcuts Firefox

Examine source code of Missing shortcuts

提供元: Fredddy
Inspect and view changes in Missing shortcuts source codes across current and past versions
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"
        ]
      }
    }
  }
}

ベストのMissing shortcuts代替案

Missing shortcutsに類似したFirefox add-onをいくつか紹介します: