Context Menu Quiz Firefox

Examine source code of Context Menu Quiz

By: Khuynh
Inspect and view changes in Context Menu Quiz source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Context Menu Quiz",
  "version": "1.0",
  "description": "Khi bấm chuột phải, chọn 'Mini Quiz' để đôi khi hiện quiz nhỏ; trả lời đúng để nhận điểm.",
  "permissions": [
    "contextMenus",
    "storage",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Context Menu Quiz"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{c10da328-c885-443c-b8cc-5559da9c8eaa}"
    }
  }
}

Best Context Menu Quiz Alternatives

Here are some Firefox add-ons that are similar to Context Menu Quiz: