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!

Qu'est-ce que Voixt - Text Narrator ?

Voixt - Text Narrator est une extension Chrome développée par Hunar Batra, et sa fonction principale est "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!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Voixt - Text Narrator

Téléchargez les fichiers d'extension Voixt - Text Narrator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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! :)                    

Informations de Base sur l'Extension

Nom Voixt - Text Narrator Voixt - Text Narrator
ID ollpchiclgliinoenbadibpcpfeeimbn
URL Officiel https://chrome.google.com/webstore/detail/voixt-text-narrator/ollpchiclgliinoenbadibpcpfeeimbn
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!
Taille du Fichier 1.23 MB
Nombre d'Installations 761
Version Actuelle 2.0
Dernière Mise à Jour 2021-02-26
Date de Publication 2020-09-20
Évaluation 4.00/5 Total 7 Évaluations
Développeur Hunar Batra
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://hunarbatra.com
Langues Prises en Charge 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"
    }
}