VOiZiT

Turn user selected text into an audio treat by installing VOiZiT

Apa itu VOiZiT?

VOiZiT adalah ekstensi Chrome yang dikembangkan oleh https://voizit.com, dan fitur utamanya adalah "Turn user selected text into an audio treat by installing VOiZiT".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi VOiZiT

Unduh file ekstensi VOiZiT dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama VOiZiT VOiZiT
ID goggaojmhaffpnohojhoplgmabacfoin
URL Resmi https://chromewebstore.google.com/detail/voizit/goggaojmhaffpnohojhoplgmabacfoin
Deskripsi Turn user selected text into an audio treat by installing VOiZiT
Ukuran File 78.43 KB
Jumlah Instalasi 24
Versi Saat Ini 1.4
Terakhir Diperbarui 2020-12-25
Tanggal Publikasi 2020-11-01
Penilaian 5.00/5 Total 5 Penilaian
Pengembang https://voizit.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://voizit.com
URL Halaman Kebijakan Privasi https://voizit.com/home/privacypolicy
Bahasa yang Didukung 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"
            }
        }
    }
}