Keyboard Shortcuts Customizer Firefox

Examine source code of Keyboard Shortcuts Customizer

By: DEBET Add-on
Inspect and view changes in Keyboard Shortcuts Customizer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Keyboard Shortcuts Customizer",
  "version": "1.0",
  "description": "Tùy chỉnh các phím tắt trong Firefox.",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "storage",
    "commands"
  ],
  "commands": {
    "custom-shortcut": {
      "suggested_key": {
        "default": "Ctrl+Shift+U"
      },
      "description": "Phím tắt tùy chỉnh"
    }
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Tùy chỉnh phím tắt"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{01a7f84c-e851-4958-969c-875ab3cc8fe9}"
    }
  }
}

Best Keyboard Shortcuts Customizer Alternatives

Here are some Firefox add-ons that are similar to Keyboard Shortcuts Customizer: