ZIndexMap Firefox

Examine source code of ZIndexMap

Por: vuqik
Inspect and view changes in ZIndexMap source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ZIndexMap",
  "version": "1.1.0",
  "description": "Scan the page and list all positioned elements by z-index value",
  "browser_specific_settings": {
    "gecko": {
      "id": "{51f18479-f5ca-466f-b899-cda861cf1472}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/s16.png",
    "32": "icons/s32.png",
    "48": "icons/s48.png",
    "96": "icons/s96.png",
    "128": "icons/s128.png"
  },
  "browser_action": {
    "default_popup": "view/index.html",
    "default_icon": {
      "16": "icons/s16.png",
      "32": "icons/s32.png",
      "48": "icons/s48.png",
      "96": "icons/s96.png",
      "128": "icons/s128.png"
    }
  },
  "background": {
    "scripts": [
      "core/worker.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "zindex_scanner.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Melhores alternativas ZIndexMap

Aqui estão algumas Firefox add-ons que são similares a ZIndexMap: