Tab reminder when using Firefox

Examine source code of Tab reminder when using

Inspect and view changes in Tab reminder when using source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Reminder",
  "version": "1.0",
  "description": "Nhắc lại tab đã đóng sau một khoảng thời gian do người dùng chọn.",
  "permissions": [
    "tabs",
    "notifications",
    "sessions",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_title": "Tab Reminder",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{53c1c25e-e992-441d-ada9-ae3c50b38d07}"
    }
  }
}

Best Tab reminder when using Alternatives

Here are some Firefox add-ons that are similar to Tab reminder when using: