VOiZiT

Turn user selected text into an audio treat by installing VOiZiT

VOiZiTとは何ですか?

VOiZiTはhttps://voizit.comによって開発されたChromeの拡張機能で、その主な機能は「Turn user selected text into an audio treat by installing VOiZiT」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

VOiZiT拡張機能のCRXファイルをダウンロード

VOiZiT拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 VOiZiT VOiZiT
ID goggaojmhaffpnohojhoplgmabacfoin
公式URL https://chromewebstore.google.com/detail/voizit/goggaojmhaffpnohojhoplgmabacfoin
説明 Turn user selected text into an audio treat by installing VOiZiT
ファイルサイズ 78.43 KB
インストール数 24
現在のバージョン 1.4
最終更新日 2020-12-25
公開日 2020-11-01
評価 5.00/5 合計 5 レビュー
開発者 https://voizit.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://voizit.com
プライバシーポリシーページのURL https://voizit.com/home/privacypolicy
対応言語 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"
            }
        }
    }
}