Machine View Firefox

Examine source code of Machine View

Inspect and view changes in Machine View source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Machine View",
  "version": "1.2",
  "description": "Looks under the skin of a web page to present your metadata, title text, heading text, link text and targets, and your image alt text",
  "icons": {
    "48": "icons/machine-view-48.png"
  },
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "purify.min.js",
        "machine-view.js"
      ],
      "css": [
        "mv.css"
      ]
    }
  ],
  "background": {
    "scripts": [
      "action.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/machine-view-48.png",
    "default_title": "Machine view"
  }
}

Best Machine View Alternatives

Here are some Firefox add-ons that are similar to Machine View: