speakIt

speakIt

This extension will speak up the text which you have selected.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "speakIt",
  "version": "1.1",
  "description": "This extension will speak up the text which you have selected.",
  "icons": {
    "16": "icon16.png",
    "64": "icon64.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "eventPage.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tts",
    "contextMenus"
  ]
}