Simple Zoom + Firefox

Examine source code of Simple Zoom +

By: Harut
Inspect and view changes in Simple Zoom + source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Simple Zoom In",
  "version": "1.0.0",
  "description": "Un bouton simple (+) pour zoomer dans la barre d'URL.",
  "permissions": [
    "activeTab",
    "tabs",
    "theme"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "default_title": "Zoom avant",
    "default_icon": {
      "16": "icons/plus-dark.svg",
      "32": "icons/plus-dark.svg"
    }
  },
  "icons": {
    "16": "icons/plus-dark.svg",
    "32": "icons/plus-dark.svg",
    "48": "icons/plus-dark.svg",
    "128": "icons/plus-dark.svg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "simplezoomin@extension.com"
    }
  }
}

Best Simple Zoom + Alternatives

Here are some Firefox add-ons that are similar to Simple Zoom +: