Content Re-Read Reminder Firefox

Examine source code of Content Re-Read Reminder

Inspect and view changes in Content Re-Read Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Content Re-Read Reminder",
  "version": "1.0.0",
  "description": "Save articles and get reminders to re-read them after a set number of days.",
  "action": {
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "notifications",
    "tabs"
  ],
  "background": {
    "scripts": [
      "background/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{624e9bcb-de07-44b0-b370-0dc9b21690ea}",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Content Re-Read Reminder Alternatives

Here are some Firefox add-ons that are similar to Content Re-Read Reminder: