Dynamic Reading Ruler Firefox

Examine source code of Dynamic Reading Ruler

Inspect and view changes in Dynamic Reading Ruler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Dynamic Reading Ruler",
  "description": "Display a moving ruler that follows your cursor to improve reading focus.",
  "version": "1.0",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b31a3a1c-6e43-4b2a-9a9e-07a2fd37c59e}"
    }
  }
}

Best Dynamic Reading Ruler Alternatives

Here are some Firefox add-ons that are similar to Dynamic Reading Ruler: