Online Time Reminder Firefox

Examine source code of Online Time Reminder

By: Shinobu
Inspect and view changes in Online Time Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Online Time Reminder",
  "version": "1.0",
  "description": "Reminds you to take breaks after being online for a while.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "about:newtab"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{757aed81-714d-4139-9633-d0468f50acd5}"
    }
  }
}

Best Online Time Reminder Alternatives

Here are some Firefox add-ons that are similar to Online Time Reminder: