Selected text to speech

With this extension, you can speech to the selected text.

Selected text to speech क्या है?

Selected text to speech https://funfuni.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With this extension, you can speech to the selected text."।

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

screenshot

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

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

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

                        With this extension, you can speech to the selected text. In sentences you have difficulty in pronunciation, you can speech to the selected text.                    

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

नाम Selected text to speech Selected text to speech
ID apcoiakmgopgbglbpfhaibglboldbaep
आधिकारिक URL https://chromewebstore.google.com/detail/selected-text-to-speech/apcoiakmgopgbglbpfhaibglboldbaep
विवरण With this extension, you can speech to the selected text.
फ़ाइल का आकार 15.43 KB
स्थापना संख्या 52
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-01-27
प्रकाशन तिथि 2022-01-27
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://funfuni.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.funfuni.com/
सहायता पृष्ठ URL https://funfuni.com/contact-us/
गोपनीयता नीति पृष्ठ URL https://www.funfuni.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "author": "Funfuni.com",
    "name": "Selected text to speech",
    "description": "With this extension, you can speech to the selected text.",
    "manifest_version": 3,
    "version": "1.0",
    "action": {
        "default_icon": {
            "128": "icon.png"
        }
    },
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "contextMenus",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}