Slow Reading Helper Firefox

Examine source code of Slow Reading Helper

By: William
Inspect and view changes in Slow Reading Helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Slow Reading Helper",
  "version": "1.0",
  "description": "Giúp đọc kỹ hơn bằng cách làm chậm cuộn, tăng giãn dòng, hiển thị đoạn văn theo khối.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_title": "Slow Reading Mode"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{48b7bb72-356b-487c-b5a5-eadd5abd3011}"
    }
  }
}

Best Slow Reading Helper Alternatives

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