eBay-MD Firefox

Examine source code of eBay-MD

By: rioto3
Inspect and view changes in eBay-MD source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "eBay-MD",
  "version": "1.0",
  "description": "Convert eBay product pages to markdown format",
  "icons": {
    "48": "icons/icon-48.svg",
    "96": "icons/icon-96.svg"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "notifications",
    "downloads"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.ebay.com/itm/*",
        "*://*.ebay.com/sch/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "19": "icons/icon-19.svg",
      "38": "icons/icon-48.svg"
    },
    "default_title": "eBay-MD"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b36050e5-871a-4266-af8b-1ca220420a45}"
    }
  }
}

Best eBay-MD Alternatives

Here are some Firefox add-ons that are similar to eBay-MD: