Text Speech Reader Firefox

Examine source code of Text Speech Reader

作者: Nhacaiuytin6
Inspect and view changes in Text Speech Reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Text Speech Reader",
  "version": "1.0",
  "description": "Convert any selected text to speech with adjustable voice, speed, and pitch controls for better web accessibility.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "reader.css"
      ]
    }
  ],
  "browser_action": {
    "default_title": "Text to Speech Settings",
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon16.png",
      "32": "icon32.png",
      "48": "icon48.png",
      "128": "icon128.png"
    }
  },
  "icons": {
    "16": "icon16.png",
    "32": "icon32.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{98bee50a-bf7a-4c4d-9aca-f0585212eed3}"
    }
  }
}

最佳 Text Speech Reader 替代方案

这里是一些与Text Speech Reader类似的Firefox add-on: