XpressCue

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

什么是XpressCue?

XpressCue是由https://xpresscue.com开发的Chrome扩展程序,该扩展的主要功能是“Convert PDF, Word , Webpage to Mp3 and listen at your convenience.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载XpressCue扩展crx文件

下载XpressCue扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 XpressCue XpressCue
ID dheehacopadmfldphlgnlhifemhocmgd
官方URL https://chromewebstore.google.com/detail/xpresscue/dheehacopadmfldphlgnlhifemhocmgd
简介 Convert PDF, Word , Webpage to Mp3 and listen at your convenience.
文件大小 700 KB
安装次数 218
当前版本 1.1.0
更新时间 2022-11-25
上架时间 2020-07-02
评分 4.89/5 共9次评分
开发者 https://xpresscue.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://xpresscue.com/
帮助页面URL https://xpresscue.com/
支持的语言 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"
    }
}