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 είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον 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 της επέκτασης Voixt - Text Narrator
Λήψη αρχείων επέκτασης Voixt - Text Narrator σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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" } } |