Study Quiz Generator Firefox

Examine source code of Study Quiz Generator

Inspect and view changes in Study Quiz Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Study Quiz Generator",
  "version": "1.0",
  "description": "Automatically generate quizzes from study content and track progress.",
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8b18c60b-1315-4227-8bfb-395c21d1874f}"
    }
  }
}

Best Study Quiz Generator Alternatives

Here are some Firefox add-ons that are similar to Study Quiz Generator: