Text Zoom with Reader Mode Firefox

Examine source code of Text Zoom with Reader Mode

Inspect and view changes in Text Zoom with Reader Mode source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Zoom with Reader Mode",
  "icons": {
    "16": "assistants/images/icon16.png",
    "32": "assistants/images/icon32.png",
    "64": "assistants/images/icon64.png",
    "128": "assistants/images/icon128.png",
    "512": "assistants/images/icon512.png"
  },
  "description": "__MSG_extDescription__",
  "version": "1.2.6",
  "options_page": "html/settings.html",
  "default_locale": "en",
  "background": {
    "scripts": [
      "js/worker.js"
    ]
  },
  "browser_action": {
    "default_title": "Optimize browsing: Text zoom for readability, distraction-free reading mode, images hide for faster loading.",
    "default_icon": "assistants/images/icon512.png",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "assistants/libs/css/zoom.css"
      ],
      "js": [
        "assistants/libs/js/jquery.js",
        "assistants/libs/js/alertify.js",
        "assistants/libs/js/mousetrap.js",
        "assistants/libs/js/util.js",
        "assistants/libs/js/zoom.js",
        "assistants/injectScripts/hideMedia.js",
        "assistants/injectScripts/overlyHelper.js",
        "js/content.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    }
  ],
  "permissions": [
    "scripting",
    "storage",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{d03256ef-3a9e-4136-9950-91cbd770f03a}"
    }
  }
}

Best Text Zoom with Reader Mode Alternatives

Here are some Firefox add-ons that are similar to Text Zoom with Reader Mode: