Custom Zoom Levels Firefox

Examine source code of Custom Zoom Levels

Inspect and view changes in Custom Zoom Levels source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Custom Zoom Levels",
  "version": "1.0",
  "description": "Set custom zoom levels for different websites",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{07238962-c393-4cef-81e6-eb4d916eae03}"
    }
  }
}

Best Custom Zoom Levels Alternatives

Here are some Firefox add-ons that are similar to Custom Zoom Levels: