TlRS Selections

TlRS Selections

TlRS Selections help you to Speaks the current selection out loud

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "TlRS Selections",
  "version": "1.1",
  "description": "TlRS Selections help you to Speaks the current selection out loud",
  "permissions": [
    "<all_urls>",
    "tts",
    "tabs"
  ],
  "background": {
    "scripts": [
      "keycodes.js",
      "tabs.js",
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "SpeakSel19.png",
    "default_title": "TlRS Selections"
  },
  "options_page": "options.html",
  "minimum_chrome_version": "14",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "all_frames": true,
      "js": [
        "keycodes.js",
        "content_script.js"
      ]
    }
  ],
  "icons": {
    "16": "SpeakSel16.png",
    "48": "SpeakSel48.png",
    "128": "SpeakSel128.png",
    "256": "SpeakSel256.png"
  },
  "manifest_version": 2,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}