Chrome OS US English Female HQ

Chrome OS US English Female HQ

This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chrome OS US English Female HQ",
  "version": "2.1.1",
  "description": "This is a high-quality text-to-speech (TTS) voice extension that runs in your browser using Native Client technology.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "voice_data_hmm_en-US.js",
      "voice_data_usel_en-US_2.js",
      "tts_controller.js",
      "tts_main.js"
    ]
  },
  "permissions": [
    "ttsEngine",
    "unlimitedStorage",
    "http://commondatastorage.googleapis.com/",
    "https://commondatastorage.googleapis.com/"
  ],
  "tts_engine": {
    "voices": [
      {
        "voice_name": "Chrome OS US English Female HQ",
        "lang": "en-US",
        "gender": "female",
        "event_types": [
          "start",
          "word",
          "end",
          "error"
        ]
      }
    ]
  },
  "icons": {
    "16": "google-tts-16.png",
    "48": "google-tts-48.png",
    "128": "google-tts-128.png",
    "256": "google-tts-256.png"
  }
}