GLX Tab Zoom Manager Firefox

Examine source code of GLX Tab Zoom Manager

Inspect and view changes in GLX Tab Zoom Manager source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GLX Tab Zoom Manager",
  "version": "0.2.1",
  "description": "Verwaltet und speichert individuelle Zoom-Stufen pro Webadresse (inkl. #-Unterseiten).",
  "browser_specific_settings": {
    "gecko": {
      "id": "tabzoommanager@addon.local",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "tabs",
    "storage",
    "activeTab",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  }
}

Best GLX Tab Zoom Manager Alternatives

Here are some Firefox add-ons that are similar to GLX Tab Zoom Manager: