Tab Recorder Reminder Firefox

Examine source code of Tab Recorder Reminder

Inspect and view changes in Tab Recorder Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tab Recorder Reminder",
  "version": "1.0",
  "description": "Nhắc nhở nếu quyền micro đang được cấp quá 2 phút mà không sử dụng.",
  "permissions": [
    "tabs"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "detector.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "Tab Recorder Reminder"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba55fa67-b7f2-4c43-9646-8d22561c9769}"
    }
  }
}

Best Tab Recorder Reminder Alternatives

Here are some Firefox add-ons that are similar to Tab Recorder Reminder: