XpressCue

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

XpressCue क्या है?

XpressCue https://xpresscue.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert PDF, Word , Webpage to Mp3 and listen at your convenience."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में XpressCue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}