Text to Speak

Text to Speak

Selected Text will be spoken

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "author": "Intelligent Web Works",
  "name": "Text to Speak",
  "version": "1.0",
  "description": "Selected Text will be spoken ",
  "icons": {
    "16": "tts16.png",
    "32": "tts32.png",
    "48": "tts48.png",
    "128": "tts128.png"
  },
  "background": {
    "service_worker": "background.js",
    "persistant": false
  },
  "permissions": [
    "contextMenus",
    "tts"
  ]
}