Translator and Text to Speech (TTS)

Translator and Text to Speech (TTS)

Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Translator and Text to Speech (TTS)",
  "short_name": "Text Translator, Voice Translator and Text to Speech (TTS) by FreeTranslations.Org",
  "description": "Select any word or text in over 100 languages and click the option to either translate or convert text to speech or download audio",
  "version": "1.7",
  "manifest_version": 2,
  "permissions": [
    "contextMenus",
    "https://*.freetranslations.org/*"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "icons": {
    "128": "icon.png"
  }
}