Readvox - Natural voice text to speech AI

Text to speech reader for the web with Natural voices.

Readvox - Natural voice text to speech AI क्या है?

Readvox - Natural voice text to speech AI https://readvox.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text to speech reader for the web with Natural voices."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Do what you love, while listening to your texts!

Absorb information, like never before, and make the most of your valuable time. 
Readvox is transforming any your texts on the web into engaging, humanlike audio narration. From in-depth articles and insightful blog posts to essential Google Docs and captivating Kindle books, Readvox ensures that your quest for knowledge is as effortless as it is enriching.

Here's how you make it happen:
Just press play on any web page, article to convert it to podcast or audio book.
Select a block of text and and click the play icon that magically appears.

Whether you're multitasking, have visual impairments, or simply prefer auditory learning, Readvox is your tool to unlock a more productive and accessible online experience.                    

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

नाम Readvox - Natural voice text to speech AI Readvox - Natural voice text to speech AI
ID abhjpgicemlbiclagmlbnchinjdimkog
आधिकारिक URL https://chromewebstore.google.com/detail/readvox-natural-voice-tex/abhjpgicemlbiclagmlbnchinjdimkog
विवरण Text to speech reader for the web with Natural voices.
फ़ाइल का आकार 1.66 MB
स्थापना संख्या 250
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2024-02-12
प्रकाशन तिथि 2023-12-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://readvox.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://fenvox.com/readvox
सहायता पृष्ठ URL https://fenvox.com/readvox#ask-section
गोपनीयता नीति पृष्ठ URL https://fenvox.com/readvox/privacy
समर्थित भाषाएँ en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "2.3.0",
    "manifest_version": 3,
    "homepage_url": "https:\/\/fenvox.com\/readvox",
    "default_locale": "en",
    "icons": {
        "16": "icons\/icon-readvox-16.png",
        "32": "icons\/icon-readvox-32.png",
        "48": "icons\/icon-readvox-48.png",
        "96": "icons\/icon-readvox-96.png",
        "128": "icons\/icon-readvox-128.png",
        "192": "icons\/icon-readvox-192.png",
        "512": "icons\/icon-readvox-512.png"
    },
    "action": {
        "default_title": "Start Readvox"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "exclude_matches": [
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.youtu.be\/*",
                "*:\/\/*.figma.com\/*"
            ],
            "js": [
                "src\/inject\/main.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "contextMenus",
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/fonts\/*",
                "\/icons\/*",
                "\/images\/*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "src\/service-workers\/index.js",
        "type": "module"
    }
}