XpressCue

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

What is XpressCue?

XpressCue is a Chrome extension developed by https://xpresscue.com, and its main feature is "Convert PDF, Word , Webpage to Mp3 and listen at your convenience.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download XpressCue Extension CRX File

Download XpressCue extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Convert PDF/Word/Text/web page to audio & . Covert Text with advanced AI . Download the converted audio file. Keep track of the reading habits via https://xpresscue.com                    

Extension Basic Information

Name XpressCue XpressCue
ID dheehacopadmfldphlgnlhifemhocmgd
Official URL https://chromewebstore.google.com/detail/xpresscue/dheehacopadmfldphlgnlhifemhocmgd
Description Convert PDF, Word , Webpage to Mp3 and listen at your convenience.
File Size 700 KB
Installation Count 218
Current Version 1.1.0
Last Updated 2022-11-25
Publish Date 2020-07-02
Rating 4.89/5 Total 9 Ratings
Developer https://xpresscue.com
Email [email protected]
Payment Type free
Extension Website https://xpresscue.com/
Help Page URL https://xpresscue.com/
Supported Languages en
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": [
                ""
            ],
            "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"
    }
}