Export to Markdown Firefox

Examine source code of Export to Markdown

By: Jean
Inspect and view changes in Export to Markdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "__MSG_extensionName__",
  "version": "1.0.3",
  "description": "__MSG_extensionDescription__",
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "scripting",
    "clipboardWrite",
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon48-dark.png",
      "96": "icons/icon96-dark.png",
      "128": "icons/icon128-dark.png"
    },
    "theme_icons": [
      {
        "light": "icons/icon48-light.png",
        "dark": "icons/icon48-dark.png",
        "size": 48
      },
      {
        "light": "icons/icon96-light.png",
        "dark": "icons/icon96-dark.png",
        "size": 96
      },
      {
        "light": "icons/icon128-light.png",
        "dark": "icons/icon128-dark.png",
        "size": 128
      }
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dist/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "export-to-markdown@jeanbertrand",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Export to Markdown Alternatives

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