VOiZiT

Turn user selected text into an audio treat by installing VOiZiT

¿Qué es VOiZiT?

VOiZiT es una extensión de Chrome desarrollada por https://voizit.com, y su función principal es "Turn user selected text into an audio treat by installing VOiZiT".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión VOiZiT

Descarga archivos de extensión VOiZiT en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Listen to audio readings of your browser’s text with VOiZiT for Chrome!

Install it on your Chrome browser, turn it on and relax, as it reads your highlighted text. VOiZiT has a number of voices available for smooth reading of multi-lingual web content. 

Quickly turn your favorite blogs, articles, recipes and stories into an audio treat. This is a great tool for students, parents, avid readers, researchers and more. The boundless capabilities are fantastic. Aids in keeping up with your reading and keeping your hands free for the things in life that can’t be put down. Enable/Disable the speaker by toggling the speaker on or off. Listen to VOiZiT readings with headphones for privacy or through your connected speakers. Relax, multitask, exercise or do whatever you like and just listen. 

Take a break from the bright screens and sit back and let VOiZiT do the reading for you. 

Cater your VOiZiT experience by choosing your preferred voice, accent, speed and volume by clicking the VOiZiT icon in Chrome.

Directions: 
1.	Install Voizit to your Chrome browser
2.    Select Extensions icon on the top right corner
3.    Select VOiZiT. Pin it for easy access. Even better use shortcut Cmd+Shift+V or Ctrl+Shift+V 
4.	Choose the voice, rate and volume
5.	Highlight the text you want read. Select All or Ctrl/Cmd+A to read an entire page or article 
6.    Play, Pause, Stop or Replay by clicking on the widget displayed in the bottom of the page
7.    To open the configuration page on new tab, click on configuration option.

VOiZiT can read any text in your browser including but not limited to: 
•	Books
•	News articles
•	Blogs
•	Emails
•	Research entries
•	Products descriptions
•	Website content

VOiZiT is brought to you by ZAYNA Ventures.

Thanks and Enjoy!                    

Información Básica de la Extensión

Nombre VOiZiT VOiZiT
ID goggaojmhaffpnohojhoplgmabacfoin
URL Oficial https://chromewebstore.google.com/detail/voizit/goggaojmhaffpnohojhoplgmabacfoin
Descripción Turn user selected text into an audio treat by installing VOiZiT
Tamaño del Archivo 78.43 KB
Cantidad de Instalaciones 24
Versión Actual 1.4
Última Actualización 2020-12-25
Fecha de Publicación 2020-11-01
Calificación 5.00/5 Total de 5 Calificaciones
Desarrollador https://voizit.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://voizit.com
URL de la Página de Política de Privacidad https://voizit.com/home/privacypolicy
Idiomas Soportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "VOiZiT",
    "author": "N!z A",
    "version": "1.4",
    "description": "Turn user selected text into an audio treat by installing VOiZiT",
    "background": {
        "scripts": [
            "\/src\/js\/voizit.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "src\/img\/voizit16.png",
            "32": "src\/img\/voizit32.png",
            "48": "src\/img\/voizit48.png",
            "128": "src\/img\/voizit128.png"
        },
        "default_popup": "\/src\/popup.html",
        "default_title": "Read content Enablement"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "\/src\/css\/content.css"
            ],
            "js": [
                "\/src\/js\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/src\/css\/fonts\/*"
    ],
    "icons": {
        "16": "src\/img\/voizit16.png",
        "32": "src\/img\/voizit32.png",
        "48": "src\/img\/voizit48.png",
        "128": "src\/img\/voizit128.png"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tts",
        "tabs"
    ],
    "manifest_version": 2,
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+V"
            }
        }
    }
}