HN Card Firefox

Examine source code of HN Card

Inspect and view changes in HN Card source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "HN Card",
  "version": "1.3",
  "description": "HN Card adds profile overlays to Hacker News usernames",
  "manifest_version": 2,
  "permissions": [
    "http://news.ycombinator.com/*",
    "https://news.ycombinator.com/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://news.ycombinator.com/*",
        "https://news.ycombinator.com/*"
      ],
      "css": [
        "css/drop.css",
        "css/hnprofile.css"
      ],
      "js": [
        "js/jquery.js",
        "js/drop.js",
        "js/md5.js",
        "js/hnprofile.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "img/*"
  ],
  "icons": {
    "16": "img/icon/icon16.png",
    "48": "img/icon/icon48.png",
    "128": "img/icon/icon128.png"
  }
}

Best HN Card Alternatives

Here are some Firefox add-ons that are similar to HN Card: