Trello Markdown Descriptions Firefox

Examine source code of Trello Markdown Descriptions

Inspect and view changes in Trello Markdown Descriptions source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Trello Markdown Descriptions",
  "version": "1.0.0",
  "description": "Renders Trello card descriptions as proper markdown including tables - addressing the long-requested community feature",
  "permissions": [
    "activeTab",
    "https://trello.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "lib/marked.min.js",
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "lib/marked.min.js"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "applications": {
    "gecko": {
      "id": "trello-markdown-descriptions@dudesoft.dev",
      "strict_min_version": "58.0"
    }
  },
  "author": "Philipp Kursawe",
  "homepage_url": "https://github.com/pke/trello-markdown-descriptions"
}

Best Trello Markdown Descriptions Alternatives

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