text To Speech Firefox

Examine source code of text To Speech

By: aekit
Inspect and view changes in text To Speech source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "text To Speech",
  "description": "convert text to speech from website or by pasting it",
  "version": "1.0",
  "manifest_version": 2,
  "author": "ae",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "textToSpeech.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "textToSpeech.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best text To Speech Alternatives

Here are some Firefox add-ons that are similar to text To Speech: