Mark As Read Button Firefox

Examine source code of Mark As Read Button

By: Nazar
Inspect and view changes in Mark As Read Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Mark As Read Button",
  "version": "0.1",
  "description": "Невелике розширення для mail.ukr.net, яке додає кнопку \"Позначити як прочитане\" в панель меню.",
  "content_scripts": [
    {
      "matches": [
        "http://mail.ukr.net/*",
        "https://mail.ukr.net/*"
      ],
      "css": [
        "mark-as-read.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon_16.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png",
    "256": "icons/icon_256.png",
    "512": "icons/icon_512.png"
  }
}

Best Mark As Read Button Alternatives

Here are some Firefox add-ons that are similar to Mark As Read Button: