Voixt - Text Narrator
Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!
Voixt - Text Narrator क्या है?
Voixt - Text Narrator Hunar Batra द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Voixt - Text Narrator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Voixt extension allows you to listen to the content on your browser screen. Reading long articles can become mundane at times. Voixt, powered with the Text-to-Speech technology, is the next generation solution for this. Voixt is an all-in-one extension for accessibility to textual content through text narration. To use Voixt, simply select the textual content, right click and click on "Speak out the selected content with Voixt" or you can just trigger Voixt for the selected content from the extensions tab! Happy Voixting! :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ollpchiclgliinoenbadibpcpfeeimbn |
आधिकारिक URL | https://chrome.google.com/webstore/detail/voixt-text-narrator/ollpchiclgliinoenbadibpcpfeeimbn |
विवरण | Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you! |
फ़ाइल का आकार | 1.23 MB |
स्थापना संख्या | 761 |
वर्तमान संस्करण | 2.0 |
अंतिम अपडेट | 2021-02-26 |
प्रकाशन तिथि | 2020-09-20 |
रेटिंग | 4.00/5 कुल 7 रेटिंग्स |
डेवलपर | Hunar Batra |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://hunarbatra.com |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Voixt - Text Narrator", "description": "Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!", "version": "2.0", "background": { "scripts": [ "narrate.js", "background.js" ] }, "icons": { "16": "img\/voixt16.png", "48": "img\/voixt48.png", "128": "img\/voixt-main.png" }, "permissions": [ "contextMenus", "tts", "activeTab" ], "browser_action": { "default_icon": "img\/voixt-main.png", "default_popup": "popup.html" } } |