Zoom Plugin Firefox

Examine source code of Zoom Plugin

Inspect and view changes in Zoom Plugin source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Zoom Plugin",
  "description": "This WebExtension provides a shortcut popup to finely zoom in/out",
  "version": "1.0",
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "zoom.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab"
  ]
}

Meilleures alternatives Zoom Plugin

Voici quelques Firefox add-ons qui sont similaires à Zoom Plugin :