Inline Q&A Generator Firefox

Examine source code of Inline Q&A Generator

Inspect and view changes in Inline Q&A Generator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Inline Q&A Generator",
  "version": "1.3",
  "description": "Generate inline Questions and Answers from highlighted text on any webpage. Save and view your history.",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{927c4bb5-4da1-4f8d-971f-1c43bf3ff638}"
    }
  }
}

Best Inline Q&A Generator Alternatives

Here are some Firefox add-ons that are similar to Inline Q&A Generator: