Text to Speech Converter and Downloader
It helps you not only convert text to speech, but also download audio with a single click.
Text to Speech Converter and Downloader क्या है?
Text to Speech Converter and Downloader https://www.freetranslations.org द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "It helps you not only convert text to speech, but also download audio with a single click."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Text to Speech Converter and Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
You need a text to speech with a downloader? Then you are at the right spot.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | bdajglkhfcokpdjdhccjaamkdpniemoh |
आधिकारिक URL | https://chrome.google.com/webstore/detail/text-to-speech-converter/bdajglkhfcokpdjdhccjaamkdpniemoh |
विवरण | It helps you not only convert text to speech, but also download audio with a single click. |
फ़ाइल का आकार | 50.65 KB |
स्थापना संख्या | 1,000 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2021-01-03 |
प्रकाशन तिथि | 2018-02-03 |
रेटिंग | 3.73/5 कुल 11 रेटिंग्स |
डेवलपर | https://www.freetranslations.org |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.freetranslations.org/text-to-speech.html |
सहायता पृष्ठ URL | https://www.freetranslations.org/contact-us.php |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Text to Speech Converter and Downloader", "short_name": "Text to Speech Converter and Audio Downloader by FreeTranslations.Org", "description": "It helps you not only convert text to speech, but also download audio with a single click.", "version": "1.4", "manifest_version": 2, "permissions": [ "contextMenus", "https:\/\/*.freetranslations.org\/*" ], "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "bg.js" ] }, "icons": { "128": "icon.png" } } |