Simple TTS Text to Speech Reader Firefox

Examine source code of Simple TTS Text to Speech Reader

Inspect and view changes in Simple TTS Text to Speech Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Simple TTS Reader",
  "version": "1.0",
  "description": "Reads highlighted text using browser's built-in TTS. Includes controls.",
  "permissions": [
    "contextMenus",
    "activeTab",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png"
    },
    "default_title": "TTS Controls",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4bdbf366-fd79-4fdb-b10e-8a0a6732a46f}"
    }
  }
}

Best Simple TTS Text to Speech Reader Alternatives

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