Reading Ruler Firefox

Examine source code of Reading Ruler

By: vinwin
Inspect and view changes in Reading Ruler source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Reading Ruler",
  "version": "1.0",
  "description": "Adds a reading ruler to help follow lines while reading.",
  "permissions": [
    "activeTab"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "ruler.js"
      ],
      "css": [
        "ruler.css"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{497db1ff-ce62-44bc-93a1-270c3b34ddac}"
    }
  }
}

Best Reading Ruler Alternatives

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