XKCD Alt Text Display Firefox

Examine source code of XKCD Alt Text Display

By: ArneVC
Inspect and view changes in XKCD Alt Text Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "XKCD Alt Text Display",
  "version": "2.0",
  "description": "Displays the alt text below the XKCD comic.",
  "icons": {
    "48": "icons/icon_48.png",
    "96": "icons/icon_96.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.xkcd.com/*"
      ],
      "js": [
        "xkcdAltTextDisplay.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9413b005-3c1d-4cf9-927f-628546db16b3}"
    }
  }
}

Best XKCD Alt Text Display Alternatives

Here are some Firefox add-ons that are similar to XKCD Alt Text Display: