Random Quiz Generator Firefox

Examine source code of Random Quiz Generator

Inspect and view changes in Random Quiz Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Random Quiz Generator",
  "version": "1.0",
  "description": "Automatically generates random quiz questions from lecture notes.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{b9c7f67a-808a-4c67-8b51-6c3d284b1276}"
    }
  }
}

Best Random Quiz Generator Alternatives

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