Markdown Clipper Firefox

Examine source code of Markdown Clipper

Inspect and view changes in Markdown Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Markdown Clipper",
  "version": "1.1.1",
  "description": "Extract main webpage content and convert to Markdown.",
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_title": "Clip page as Markdown"
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "permissions": [
    "activeTab",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Alt+Shift+M"
      },
      "description": "Extract page content to Markdown"
    }
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "markdown-clipper@example.com",
      "strict_min_version": "78.0"
    },
    "gecko_android": {
      "strict_min_version": "113.0"
    }
  }
}

Melhores alternativas Markdown Clipper

Aqui estão algumas Firefox add-ons que são similares a Markdown Clipper: