Learn the shortcuts Firefox

Examine source code of Learn the shortcuts

Inspect and view changes in Learn the shortcuts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Learn the shortcuts",
  "version": "0.6.2",
  "description": "Learn keyboard shortcuts painlessly for Gmail, Trello, Github & Google Calendar",
  "short_name": "LTS",
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://mail.google.com/*"
      ],
      "js": [
        "shortcuts.js",
        "gmail.js"
      ]
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "js": [
        "shortcuts.js",
        "github.js"
      ]
    },
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "shortcuts.js",
        "trello.js"
      ]
    },
    {
      "matches": [
        "https://calendar.google.com/*"
      ],
      "js": [
        "shortcuts.js",
        "google-calendar.js"
      ]
    }
  ],
  "permissions": [],
  "web_accessible_resources": [
    "shortcuts.js",
    "gmail.js",
    "github.js",
    "trello.js",
    "google-calendar.js"
  ]
}

Best Learn the shortcuts Alternatives

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