Alt Text Display Firefox

Examine source code of Alt Text Display

By: codepo8
Inspect and view changes in Alt Text Display source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Alt Text Display",
  "description": "Add a context menu to images to show their URL and alt text",
  "version": "0.1",
  "permissions": [
    "contextMenus",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "alt-text-display.css"
      ],
      "js": [
        "alt-text-display.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Add Alt Text Display to Image Context Menu"
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2
}

Best Alt Text Display Alternatives

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