VOiZiT

Turn user selected text into an audio treat by installing VOiZiT

Qu'est-ce que VOiZiT ?

VOiZiT est une extension Chrome développée par https://voizit.com, et sa fonction principale est "Turn user selected text into an audio treat by installing VOiZiT".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension VOiZiT

Téléchargez les fichiers d'extension VOiZiT 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

                        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!                    

Informations de Base sur l'Extension

Nom VOiZiT VOiZiT
ID goggaojmhaffpnohojhoplgmabacfoin
URL Officiel https://chromewebstore.google.com/detail/voizit/goggaojmhaffpnohojhoplgmabacfoin
Description Turn user selected text into an audio treat by installing VOiZiT
Taille du Fichier 78.43 KB
Nombre d'Installations 24
Version Actuelle 1.4
Dernière Mise à Jour 2020-12-25
Date de Publication 2020-11-01
Évaluation 5.00/5 Total 5 Évaluations
Développeur https://voizit.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://voizit.com
URL de la Page de Politique de Confidentialité https://voizit.com/home/privacypolicy
Langues Prises en Charge 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"
            }
        }
    }
}