Markdown to HTML Firefox

Examine source code of Markdown to HTML

提供元: Danie de Beer
Inspect and view changes in Markdown to HTML source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Markdown to HTML",
  "version": "1.0.0",
  "description": "Write markdown and see live HTML preview. Copy or download instantly. 2026 DevDannyD",
  "permissions": [
    "clipboardWrite",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "md2html-converter@devdannyd.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "action": {
    "default_title": "Markdown to HTML Converter",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "images/icon-16.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png"
  }
}

ベストのMarkdown to HTML代替案

Markdown to HTMLに類似したFirefox add-onをいくつか紹介します: