XpressCue

XpressCue

Convert PDF, Word , Webpage to Mp3 and listen at your convenience.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "XpressCue",
  "version": "1.1.0",
  "description": "Convert PDF, Word , Webpage to Mp3 and listen at your convenience.",
  "icons": {
    "128": "icon/logo.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "libraries/jquery.min.js"
      ]
    }
  ],
  "permissions": [
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "libraries/jquery.min.js",
      "background.js"
    ],
    "persistance": true
  },
  "browser_action": {
    "default_icon": "icon/logo.png",
    "default_popup": "popup/loader-main.html",
    "default_title": "click to read content"
  }
}