MathML View Source Firefox

Examine source code of MathML View Source

Inspect and view changes in MathML View Source source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "MathML View Source",
  "version": "0.0.3resigned1",
  "description": "A 'View MathML Source' context menu item",
  "author": "Frédéric Wang",
  "homepage_url": "https://github.com/fred-wang/webextension-mathml-view-source",
  "icons": {
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png"
  },
  "default_locale": "en_US",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "get-mathml-source.js"
      ],
      "run_at": "document_start"
    }
  ],
  "permissions": [
    "contextMenus"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "@mathml-viewsource"
    }
  }
}

최고의 MathML View Source 대안

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