Fixed Positioned Elements Firefox

Examine source code of Fixed Positioned Elements

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

最佳 Fixed Positioned Elements 替代方案

这里是一些与Fixed Positioned Elements类似的Firefox add-on: