Flashcard Reminder Firefox

Examine source code of Flashcard Reminder

By: fccc
Inspect and view changes in Flashcard Reminder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Flashcard Reminder",
  "version": "1.0",
  "description": "Show flashcard reminders during break time.",
  "permissions": [
    "alarms",
    "storage",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{ba4f12e7-2bf1-433f-9908-d6c475471e01}"
    }
  }
}

Best Flashcard Reminder Alternatives

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