ToMarkdown Firefox

Examine source code of ToMarkdown

Inspect and view changes in ToMarkdown source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ToMarkdown",
  "version": "1.2",
  "description": "Try to generate a markdown version of current webpage.",
  "icons": {
    "48": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "Convert to Markdown",
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "activeTab",
    "storage",
    "<all_urls>"
  ],
  "options_page": "options.html",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{bb72c2ee-6bec-4752-ae59-c10fa7f62af1}"
    }
  }
}

Best ToMarkdown Alternatives

Here are some Firefox add-ons that are similar to ToMarkdown: