Speak Any Text

Speak Any Text

Select any text you want to read and just listen to it!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Twopeople Software e.U.",
  "background": {
    "page": "html/background.html",
    "persistent": true
  },
  "browser_action": {
    "default_icon": {
      "19": "images/icons/icon19.png",
      "38": "images/icons/[email protected]"
    },
    "default_title": "__MSG_AppName__"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [],
      "js": [
        "src/inject.js"
      ],
      "matches": [
        "*://*/*"
      ],
      "run_at": "document_end"
    }
  ],
  "content_security_policy": "script-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' *; connect-src *; media-src data: http://insttranslate.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_Description__",
  "homepage_url": "https://twopeoplesoftware.com",
  "icons": {
    "16": "images/icons/icon16.png",
    "32": "images/icons/[email protected]",
    "48": "images/icons/icon48.png",
    "96": "images/icons/[email protected]",
    "128": "images/icons/icon128.png",
    "256": "images/icons/[email protected]"
  },
  "manifest_version": 2,
  "name": "__MSG_AppName__",
  "options_page": "html/options.html",
  "permissions": [
    "*://*/*",
    "contextMenus"
  ],
  "version": "1.0.0",
  "web_accessible_resources": []
}