Voixt - Text Narrator

Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!

什么是Voixt - Text Narrator?

Voixt - Text Narrator是由Hunar Batra开发的Chrome扩展程序,该扩展的主要功能是“Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!”。

扩展截图

screenshot
screenshot

下载Voixt - Text Narrator扩展crx文件

下载Voixt - Text Narrator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        The Voixt extension allows you to listen to the content on your browser screen.
Reading long articles can become mundane at times. Voixt, powered with the Text-to-Speech technology, is the next generation solution for this. 
Voixt is an all-in-one extension for accessibility to textual content through text narration.

To use Voixt, simply select the textual content, right click and click on "Speak out the selected content with Voixt" or you can just trigger Voixt for the selected content from the extensions tab!

Happy Voixting! :)                    

扩展基本信息

名称 Voixt - Text Narrator Voixt - Text Narrator
ID ollpchiclgliinoenbadibpcpfeeimbn
官方URL https://chrome.google.com/webstore/detail/voixt-text-narrator/ollpchiclgliinoenbadibpcpfeeimbn
简介 Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!
文件大小 1.23 MB
安装次数 761
当前版本 2.0
更新时间 2021-02-26
上架时间 2020-09-20
评分 4.00/5 共7次评分
开发者 Hunar Batra
电子邮箱 [email protected]
付费类型 free
扩展官网 https://hunarbatra.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voixt - Text Narrator",
    "description": "Tired of reading? No worries, we've got the next gen solution for you - Voixt. Select the text and let Voixt narrate it out for you!",
    "version": "2.0",
    "background": {
        "scripts": [
            "narrate.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "img\/voixt16.png",
        "48": "img\/voixt48.png",
        "128": "img\/voixt-main.png"
    },
    "permissions": [
        "contextMenus",
        "tts",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "img\/voixt-main.png",
        "default_popup": "popup.html"
    }
}