Wikipedia Quick Look Firefox

Examine source code of Wikipedia Quick Look

By: ghj
Inspect and view changes in Wikipedia Quick Look source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Wikipedia Quick Look",
  "version": "1.0",
  "description": "Preview Wikipedia summaries without leaving the site.",
  "permissions": [
    "activeTab",
    "https://en.wikipedia.org/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icon.png"
    }
  },
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{139ea4b4-3dc0-4391-acfb-846fb9d7ac7d}"
    }
  }
}

Best Wikipedia Quick Look Alternatives

Here are some Firefox add-ons that are similar to Wikipedia Quick Look: