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"
  ]
}

최고의 Zoom Plugin 대안

다음은 Zoom Plugin과(와) 유사한 Firefox add-on입니다: