AiVOOV - Text to Speech Solution
AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).
AiVOOV - Text to Speech Solution란 무엇입니까?
AiVOOV - Text to Speech Solution은(는) https://aivoov.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS)."입니다.
확장 프로그램 스크린샷
AiVOOV - Text to Speech Solution 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Bring your work to the top with AiVOOV's Voice Over text-to-speech technology. Create realistic voices for any text in seconds by using over 900+ realistic voices across 125+ languages. AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). AiVOOV is not restricted to the English language as it also supports numerous other local languages. You don't have to look for a separate tool to translate text into voices in different languages. How to use? Simply navigate to the webpage you wish to read, then select the text and right-click. You can see the "Play Now" option, Click on it, the automatic playback of the selected text on the page will begin.
확장 프로그램 기본 정보
이름 | AiVOOV - Text to Speech Solution |
ID | afgidegjibfjlpncojaahknmiicblonl |
공식 URL | https://chromewebstore.google.com/detail/aivoov-text-to-speech-sol/afgidegjibfjlpncojaahknmiicblonl |
설명 | AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS). |
파일 크기 | 132 KB |
설치 횟수 | 122 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-03-14 |
출시 날짜 | 2023-02-06 |
평점 | 1.00/5 총 1 개의 평점 |
개발자 | https://aivoov.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://aivoov.com |
도움말 페이지 URL | https://aivoov.com/contact |
개인정보 보호 정책 페이지 URL | https://aivoov.com/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AiVOOV - Text to Speech Solution", "version": "1.2", "description": "AiVOOV is a hassle-free online tool that read the text from web page, PDF file or e-book using text-to-speech (TTS).", "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" }, "action": { "popup": "popup.html", "default_popup": "popup.html" }, "permissions": [ "background", "contextMenus", "scripting", "activeTab", "storage" ], "background": { "service_worker": "js\/background.js" } } |