Focus Bubble Reminder Firefox

Examine source code of Focus Bubble Reminder

By: Valuxi
Inspect and view changes in Focus Bubble Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Focus Bubble Reminder",
  "version": "1.0",
  "description": "Hiển thị bong bóng nhắc khi duyệt trang ngoài danh sách công việc.",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_title": "Focus Bubble Reminder"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f4b8ecbb-4557-4294-94b7-052366f3afa6}"
    }
  }
}

Best Focus Bubble Reminder Alternatives

Here are some Firefox add-ons that are similar to Focus Bubble Reminder: