GitHub Markdown Exporter Firefox

Examine source code of GitHub Markdown Exporter

Inspect and view changes in GitHub Markdown Exporter source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GitHub Markdown Exporter",
  "version": "2.0.1",
  "description": "Export GitHub issues, discussions, pull requests, and wiki pages to markdown format",
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite",
    "scripting"
  ],
  "host_permissions": [
    "https://github.com/*",
    "https://api.github.com/*"
  ],
  "background": {
    "scripts": [
      "assets/background.js-CNECMhv0.js"
    ],
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/content.js-oOlqUVa0.js"
      ],
      "matches": [
        "https://github.com/*"
      ],
      "run_at": "document_idle",
      "css": [
        "assets/content-Dyo9xQLU.css"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "GitHub Markdown Exporter",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "theme_icons": [
      {
        "size": 16,
        "light": "icons/icon16-dark.png",
        "dark": "icons/icon16.png"
      },
      {
        "size": 32,
        "light": "icons/icon32-dark.png",
        "dark": "icons/icon32.png"
      },
      {
        "size": 48,
        "light": "icons/icon48-dark.png",
        "dark": "icons/icon48.png"
      },
      {
        "size": 128,
        "light": "icons/icon128-dark.png",
        "dark": "icons/icon128.png"
      }
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "icons/icon16-dark.png",
        "icons/icon32-dark.png",
        "icons/icon48-dark.png",
        "icons/icon128-dark.png"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "https://github.com/*"
      ],
      "resources": [
        "assets/content.js-oOlqUVa0.js"
      ],
      "use_dynamic_url": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "githubmarkdownexporter@fefedu973.fr",
      "strict_min_version": "109.0"
    }
  }
}

Best GitHub Markdown Exporter Alternatives

Here are some Firefox add-ons that are similar to GitHub Markdown Exporter: