Woord - Text to Speech

Woord - Text to Speech

This extension will convert the articles you visit into speech or audio podcasts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Woord - Text to Speech",
  "version": "1.4.1",
  "manifest_version": 2,
  "description": "This extension will convert the articles you visit into speech or audio podcasts.",
  "icons": {
    "19": "images/19x19.png",
    "38": "images/38x38.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "browser_action": {
    "default_title": "browser_action: default_title",
    "default_icon": "images/128x128.png",
    "default_popup": "html/main.html"
  },
  "homepage_url": "https://www.getwoord.com/",
  "permissions": [
    "activeTab"
  ],
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "externally_connectable": {
    "ids": [
      "*"
    ],
    "matches": [
      "https://www.getwoord.com/*"
    ]
  }
}