VOiZiT

Turn user selected text into an audio treat by installing VOiZiT

Co to jest VOiZiT?

VOiZiT to rozszerzenie Chrome opracowane przez https://voizit.com, a jego główną funkcją jest „Turn user selected text into an audio treat by installing VOiZiT”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia VOiZiT

Pobierz pliki rozszerzeń VOiZiT w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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!                    

Podstawowe informacje o rozszerzeniu

Nazwa VOiZiT VOiZiT
ID goggaojmhaffpnohojhoplgmabacfoin
Oficjalny URL https://chromewebstore.google.com/detail/voizit/goggaojmhaffpnohojhoplgmabacfoin
Opis Turn user selected text into an audio treat by installing VOiZiT
Rozmiar pliku 78.43 KB
Liczba instalacji 24
Aktualna Wersja 1.4
Ostatnia Aktualizacja 2020-12-25
Data Publikacji 2020-11-01
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://voizit.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://voizit.com
Adres URL Strony Polityki Prywatności https://voizit.com/home/privacypolicy
Obsługiwane Języki 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"
            }
        }
    }
}