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 là gì?

Voixt - Text Narrator là một tiện ích mở rộng Chrome được phát triển bởi Hunar Batra, và tính năng chính của nó là "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!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Voixt - Text Narrator

Tải xuống các tệp mở rộng Voixt - Text Narrator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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! :)                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Voixt - Text Narrator Voixt - Text Narrator
ID ollpchiclgliinoenbadibpcpfeeimbn
URL Chính Thức https://chrome.google.com/webstore/detail/voixt-text-narrator/ollpchiclgliinoenbadibpcpfeeimbn
Mô tả 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!
Kích Thước Tệp 1.23 MB
Số Lần Cài Đặt 761
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2021-02-26
Ngày Phát Hành 2020-09-20
Đánh Giá 4.00/5 Tổng số 7 Đánh Giá
Nhà Phát Triển Hunar Batra
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hunarbatra.com
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}