MarkLens — Markdown Viewer Firefox

Examine source code of MarkLens — Markdown Viewer

Inspect and view changes in MarkLens — Markdown Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "2.0.0",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "storage",
    "activeTab",
    "scripting",
    "downloads"
  ],
  "web_accessible_resources": [
    "fonts/*/*.woff2",
    "icons/*.png"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "marklens@kraftwarelabs.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "options_ui": {
    "page": "options.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*.markdown",
        "*://*/*.md",
        "file:///**/*.markdown",
        "file:///**/*.md"
      ],
      "run_at": "document_idle",
      "css": [
        "content-scripts/content.css"
      ],
      "js": [
        "content-scripts/content.js",
        "content-scripts/katex.js",
        "content-scripts/mermaid.js"
      ]
    }
  ]
}

Best MarkLens — Markdown Viewer Alternatives

Here are some Firefox add-ons that are similar to MarkLens — Markdown Viewer: