Text to Speech Extension - Panopreter.com

Read web page text out with natural voices.

Text to Speech Extension - Panopreter.com क्या है?

Text to Speech Extension - Panopreter.com Panopreter Software द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Read web page text out with natural voices."।

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

screenshot
screenshot

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

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

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

                        Text-to-Speech extension by Panopreter is an easy to use tool to read the web page content out. Just click on the pop up menu, the selected text or all the text on the web page will be read out wit natural sounding voices installed on your Windows computer, the speech synthesis occurs locally on your computer and the text is never sent to the internet. Users can pause or resume the speech, adjust the volume and speed of the speech.

Here is the detail for installing the text to speech add-on for Chrome web browser: https://www.panopreter.com/en/products/panopreter/browseraddon.php                    

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

नाम Text to Speech Extension - Panopreter.com Text to Speech Extension - Panopreter.com
ID cecojkjmobemfncphcnoenmnfjjcfpoh
आधिकारिक URL https://chromewebstore.google.com/detail/text-to-speech-extension/cecojkjmobemfncphcnoenmnfjjcfpoh
विवरण Read web page text out with natural voices.
फ़ाइल का आकार 63.64 KB
स्थापना संख्या 469
वर्तमान संस्करण 1.0.0.0
अंतिम अपडेट 2022-01-04
प्रकाशन तिथि 2022-01-03
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Panopreter Software
ईमेल [email protected]
भुगतान के प्रकार in_app
एक्सटेंशन वेबसाइट https://www.panopreter.com
सहायता पृष्ठ URL https://www.panopreter.com
गोपनीयता नीति पृष्ठ URL https://www.panopreter.com/en/products/panopreter/chrome-extension-privacy.php
समर्थित भाषाएँ de,en,fr,nl,no,es,it,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_nameInManifest__",
    "description": "__MSG_descriptionInManifest__",
    "version": "1.0.0.0",
    "permissions": [
        "storage",
        "nativeMessaging",
        "activeTab",
        ""
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "64": "images\/icon64.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_title": "__MSG_iconTitle__",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png",
            "48": "images\/icon48.png",
            "64": "images\/icon64.png",
            "96": "images\/icon96.png",
            "128": "images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "default_locale": "en",
    "homepage_url": "https:\/\/www.panopreter.com"
}