Audioread: Ultra-Realistic Text-to-Speech

Convert articles, PDFs, emails, or any text into audio

Audioread: Ultra-Realistic Text-to-Speech क्या है?

Audioread: Ultra-Realistic Text-to-Speech https://audioread.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Convert articles, PDFs, emails, or any text into audio"।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do you feel like you don't have enough time to read? Listen instead!

Audioread converts any article, PDF, email, or pasted text into a podcast using natural-sounding text-to-speech. It creates your personal RSS feed that you can subscribe to in most podcast apps, such as Apple Podcasts, Google Podcasts, Overcast, Podcast Addict, and more.

- Ultra-realistic AI voices. Sample articles are available on Audioread.com.
- Send articles from iOS or Android. 
- Listen in a podcast app or browser.                    

एक्सटेंशन की मूल जानकारी

नाम Audioread: Ultra-Realistic Text-to-Speech Audioread: Ultra-Realistic Text-to-Speech
ID fblchjbbkkaoobkhhbloehgkpdlomido
आधिकारिक URL https://chromewebstore.google.com/detail/audioread-ultra-realistic/fblchjbbkkaoobkhhbloehgkpdlomido
विवरण Convert articles, PDFs, emails, or any text into audio
फ़ाइल का आकार 1.77 MB
स्थापना संख्या 9,869
वर्तमान संस्करण 3.5.2
अंतिम अपडेट 2023-04-20
प्रकाशन तिथि 2020-11-24
रेटिंग 4.05/5 कुल 44 रेटिंग्स
डेवलपर https://audioread.com
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://audioread.com
सहायता पृष्ठ URL https://www.tidio.com/talk/gzpx0hksecqrxjt9t2vix680h5aiodfj
गोपनीयता नीति पृष्ठ URL https://docs.google.com/document/d/1geVMGxOLLo9wHTyhSvlo0AxGQV50d7WH7ZpkWRt2_9I/edit?usp=sharing
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Convert articles, PDFs, emails, or any text into audio",
    "version": "3.5.2",
    "name": "Audioread: Ultra-Realistic Text-to-Speech",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.audiblogs.com\/*",
                "*:\/\/*.audioread.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "web_accessible_resources": [
        "content.styles.css",
        "icon-128.png",
        "icon-34.png",
        "loading.svg"
    ],
    "commands": {
        "open": {
            "suggested_key": {
                "windows": "Alt+Shift+1",
                "mac": "Alt+Shift+1",
                "chromeos": "Alt+Shift+1",
                "linux": "Alt+Shift+1"
            },
            "description": "Open Popup"
        },
        "send": {
            "suggested_key": {
                "windows": "Alt+Shift+2",
                "mac": "Alt+Shift+2",
                "chromeos": "Alt+Shift+2",
                "linux": "Alt+Shift+2"
            },
            "description": "Send Article"
        }
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage",
        "*:\/\/*.audiblogs.com\/*",
        "*:\/\/*.audioread.com\/*"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'"
}