Select and Speak

Select and Speak

Select and Speak

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "icon48.png",
    "default_popup": "settings.html",
    "default_title": "Select and Speak"
  },
  "description": "Select and Speak",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "minimum_chrome_version": "50.0",
  "name": "Select and Speak",
  "options_page": "settings.html",
  "permissions": [
    "activeTab",
    "contextMenus",
    "tts"
  ],
  "version": "1.7.7"
}