StackOrder Firefox

Examine source code of StackOrder

Por: vuqik
Inspect and view changes in StackOrder source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StackOrder",
  "version": "1.2.0",
  "description": "Map every element's z-index on the current page and visualize the stacking order",
  "browser_specific_settings": {
    "gecko": {
      "id": "{c296eb02-c4b6-4281-b072-7cb68858f925}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "pix/x16.png",
    "32": "pix/x32.png",
    "48": "pix/x48.png",
    "96": "pix/x96.png",
    "128": "pix/x128.png"
  },
  "browser_action": {
    "default_popup": "screen/screen.html",
    "default_icon": {
      "16": "pix/x16.png",
      "32": "pix/x32.png",
      "48": "pix/x48.png",
      "96": "pix/x96.png",
      "128": "pix/x128.png"
    }
  },
  "background": {
    "scripts": [
      "agent/tracker.js"
    ]
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "zindex_scanner.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Mejores alternativas StackOrder

Aquí hay algunas Firefox add-ons que son similares a StackOrder: