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
Eメール [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"
    }
}