Trello extras [Forked] Firefox

Examine source code of Trello extras [Forked]

Inspect and view changes in Trello extras [Forked] source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Show id on every card and card counter on every list",
  "manifest_version": 2,
  "name": "Trello extras [Forked]",
  "version": "1.3",
  "homepage_url": "https://github.com/diegods-ferreira/trello-extras",
  "icons": {
    "48": "icons/icon-48.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://trello.com/*"
      ],
      "js": [
        "app.js"
      ],
      "css": [
        "show-card-id-in-list-view.css",
        "show-card-id-in-detail-view.css",
        "show-num-cards.css"
      ]
    }
  ]
}

Best Trello extras [Forked] Alternatives

Here are some Firefox add-ons that are similar to Trello extras [Forked]: