Selected Text will be spoken
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
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"
]
}