TTS Reader Firefox

Examine source code of TTS Reader

Inspect and view changes in TTS Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "TTS Reader",
  "version": "1.0",
  "description": "Read out web pages using speech synthesis.",
  "permissions": [
    "tabs",
    "activeTab"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{442a75b3-4b38-4f06-a3dc-422a59404095}"
    }
  }
}

Best TTS Reader Alternatives

Here are some Firefox add-ons that are similar to TTS Reader: