XpressCue

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

XpressCueคืออะไร?

XpressCue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://xpresscue.com และคุณลักษณะหลักของมันคือ "Convert PDF, Word , Webpage to Mp3 and listen at your convenience."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย XpressCue

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}