Outline Absolute Positioned Firefox

Examine source code of Outline Absolute Positioned

By: VN88
Inspect and view changes in Outline Absolute Positioned source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Outline Absolute Positioned Elements",
  "version": "1.0",
  "description": "Outlines absolute positioned elements on the website you are accessing.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "outlineabsolutepositioned.extension@gmail.com"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "outline.css"
      ]
    }
  ]
}

Best Outline Absolute Positioned Alternatives

Here are some Firefox add-ons that are similar to Outline Absolute Positioned: