text reader: Convert text to voice easily

text reader: Convert text to voice easily

Convert text to voice and Read any page out loud easily, with different languages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "text reader: Convert text to voice easily",
  "version": "1.1.0",
  "description": "Convert text to voice and Read any page out loud easily, with different languages.",
  "icons": {
    "16": "images/icon160.png",
    "48": "images/icon480.png",
    "128": "images/icon1280.png"
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icon190.png",
      "38": "images/icon380.png"
    },
    "default_title": "text reader",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  }
}