Keyboard Shortcuts Firefox

Examine source code of Keyboard Shortcuts

By: PVLCH
Inspect and view changes in Keyboard Shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Keyboard Shortcuts",
  "short_name": "Keyboard Shortcuts",
  "author": "Joe Pestro",
  "version": "1.0.1",
  "manifest_version": 2,
  "description": "Set custom keyboard shortcuts for Chrome (browse to chrome://extensions/shortcuts).",
  "icons": {
    "128": "keyboard128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Keyboard Shortcuts",
    "default_icon": "keyboard128.png"
  },
  "commands": {
    "01-tab-previous": {
      "suggested_key": {
        "default": "Ctrl+Left"
      },
      "description": "Select previous tab"
    },
    "02-tab-next": {
      "suggested_key": {
        "default": "Ctrl+Right"
      },
      "description": "Select next tab"
    },
    "03-tab-move-to-previous": {
      "suggested_key": {
        "default": "Ctrl+Comma"
      },
      "description": "Move current tab left"
    },
    "04-tab-move-to-next": {
      "suggested_key": {
        "default": "Ctrl+Period"
      },
      "description": "Move current tab right"
    },
    "tab-move-to-first": {
      "description": "Move current tab to first"
    },
    "tab-move-to-last": {
      "description": "Move current tab to last"
    },
    "tab-discard": {
      "description": "Unload tab from memory"
    },
    "tab-reload": {
      "description": "Reload tab"
    },
    "tab-duplicate": {
      "description": "Duplicate current tab"
    },
    "tab-pin": {
      "description": "Pin / Unpin current tab"
    },
    "tab-mute": {
      "description": "Mute / Unmute current tab"
    },
    "tab-close": {
      "description": "Close current tab"
    },
    "tab-create-new": {
      "description": "New tab"
    },
    "tab-go-back": {
      "description": "Go back to the previous page"
    },
    "tab-go-forward": {
      "description": "Go forward to the next page"
    },
    "window-new": {
      "description": "New window"
    },
    "window-new-incognito": {
      "description": "New incognito window"
    },
    "open-extensions": {
      "description": "Open Extensions (chrome://extensions)"
    },
    "open-extensions-shortcuts": {
      "description": "Open Extension Shortcuts (chrome://extensions/shortcuts)"
    },
    "open-downloads": {
      "description": "Open Chrome Downloads (chrome://downloads)"
    },
    "open-settings": {
      "description": "Open Chrome Settings (chrome://settings)"
    },
    "open-history": {
      "description": "Open Chrome History (chrome://history)"
    },
    "open-bookmarks": {
      "description": "Open Chrome Bookmarks (chrome://bookmarks)"
    },
    "open-help": {
      "description": "Open Chrome Help (chrome://help)"
    },
    "open-flags": {
      "description": "Open Chrome Flags (chrome://flags)"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{afa1a7e7-fa17-4c87-b862-3f5063337292}"
    }
  }
}

Best Keyboard Shortcuts Alternatives

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