Machine View Firefox

Examine source code of Machine View

제작자: wilsond-mmu Add-on
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"
  }
}

최고의 Machine View 대안

다음은 Machine View과(와) 유사한 Firefox add-on입니다: