Persian eSpeak

Persian eSpeak

افزونه متن خوان فارسی - Persian eSpeak (TTS Engine) for Chrome

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Persian eSpeak",
  "description": "افزونه متن خوان فارسی - Persian eSpeak (TTS Engine) for Chrome ",
  "version": "2",
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "options_page": "options.html",
  "minimum_chrome_version": "14",
  "manifest_version": 2
}