Explain XKCD Firefox

Examine source code of Explain XKCD

By: Newt
Inspect and view changes in Explain XKCD source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "applications": {
    "gecko": {
      "id": "explain-xkcd@isaac-newt.com",
      "strict_min_version": "54.0"
    }
  },
  "manifest_version": 2,
  "name": "Explain XKCD",
  "version": "0.0.2",
  "description": "Get a quick explaination for the current XKCD comic",
  "icons": {
    "48": "icons/icon.png"
  },
  "permissions": [
    "tabs",
    "contextMenus"
  ],
  "page_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Explain This Comic",
    "show_matches": [
      "https://xkcd.com/*",
      "https://www.xkcd.com/*"
    ]
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best Explain XKCD Alternatives

Here are some Firefox add-ons that are similar to Explain XKCD: