Cursor Position Firefox

Examine source code of Cursor Position

By: Uebykon
Inspect and view changes in Cursor Position source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cursor Position",
  "version": "1.0.0",
  "description": "Show a live x/y coordinate overlay on any webpage. Displays pixels and viewport percentage. Click to lock.",
  "browser_specific_settings": {
    "gecko": {
      "id": "{6b282ab4-48b8-464d-825b-657805dfe41a}",
      "strict_min_version": "96.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "browser_action": {
    "default_icon": {
      "16": "img/icon16.png",
      "32": "img/icon32.png",
      "48": "img/icon48.png",
      "96": "img/icon96.png",
      "128": "img/icon128.png"
    },
    "default_title": "Cursor Position",
    "default_popup": "js/popup.html"
  },
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "96": "img/icon96.png",
    "128": "img/icon128.png"
  },
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/content.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Best Cursor Position Alternatives

Here are some Firefox add-ons that are similar to Cursor Position: