Device Zoom Firefox

Examine source code of Device Zoom

제작자: Monkadelic_D
Inspect and view changes in Device Zoom source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Device Zoom",
  "version": "1.0.3",
  "description": "Quick global zoom control with display-aware presets",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "icons/icon.svg",
    "default_title": "Device Zoom"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "device-zoom@tehmonk.com",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "commands": {
    "cycle-zoom": {
      "suggested_key": {
        "default": "Alt+Z",
        "mac": "Alt+Z"
      },
      "description": "Cycle to next zoom level"
    }
  }
}

최고의 Device Zoom 대안

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