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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}