Speak it out!

Speak it out!

Get voice output of selected text in a web page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Speak it out!",
  "description": "Get voice output of selected text in a web page.",
  "version": "0.0.3",
  "author": "Satyam Lachhwani <https://www.github.com/satyam1203>",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_icon": "sound.png"
  },
  "icons": {
    "32": "sound.png"
  },
  "permissions": [
    "activeTab",
    "scripting",
    "storage"
  ]
}