Web Content MD Clipper Firefox

Examine source code of Web Content MD Clipper

Inspect and view changes in Web Content MD Clipper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Markdown Web Clipper",
  "version": "1.1",
  "description": "Pick any element on a page and copy it to your clipboard as Markdown",
  "homepage_url": "https://isaacmurtagh.github.io/md-web-clipper/",
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "scripting",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "md-web-clipper@isaacmurtagh.github.io",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  },
  "icons": {
    "16": "assets/icon-16.png",
    "48": "assets/icon-48.png",
    "128": "assets/icon-128.png"
  },
  "action": {
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "assets/icon-16.png",
      "48": "assets/icon-48.png",
      "128": "assets/icon-128.png"
    }
  },
  "commands": {
    "activate-picker": {
      "suggested_key": {
        "default": "Ctrl+Shift+Period",
        "mac": "Command+Shift+Period"
      },
      "description": "Activate element picker"
    }
  },
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/background.js"
    ]
  }
}

Best Web Content MD Clipper Alternatives

Here are some Firefox add-ons that are similar to Web Content MD Clipper: