Read News with TTS

Text to speech for News Sites without distractions.

Read News with TTS क्या है?

Read News with TTS Hugo Nobre द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Text to speech for News Sites without distractions."।

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

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

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

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

                        This plugin allow the ability to read news articles with TTS text-to-speech for free using websites specialized on this feature.                    

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

नाम Read News with TTS Read News with TTS
ID iimnpknhbclbehjapplgbaakdjnlifbm
आधिकारिक URL https://chromewebstore.google.com/detail/read-news-with-tts/iimnpknhbclbehjapplgbaakdjnlifbm
विवरण Text to speech for News Sites without distractions.
फ़ाइल का आकार 736 KB
स्थापना संख्या 1,419
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2022-08-09
प्रकाशन तिथि 2022-04-24
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Hugo Nobre
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/projectify/read-news-tts
सहायता पृष्ठ URL https://github.com/projectify/read-news-tts
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Read News with TTS",
    "description": "Text to speech for News Sites without distractions.",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "popup.js"
            ],
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ],
    "host_permissions": [
        ""
    ],
    "icons": {
        "128": "icon.png"
    }
}