Bookmark Reminder Firefox

Examine source code of Bookmark Reminder

Inspect and view changes in Bookmark Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bookmark Reminder",
  "version": "1.0",
  "description": "Remind you to revisit bookmarked pages on a schedule.",
  "permissions": [
    "bookmarks",
    "storage",
    "notifications",
    "alarms"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{686a2590-e9fe-49f8-8860-39bc7d7ed959}"
    }
  }
}

Best Bookmark Reminder Alternatives

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