Voice Out TTS Client
Voice Out TTS, select the text and right-click to speak with your system TTS Engine
Voice Out TTS Clientคืออะไร?
Voice Out TTS Client เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.rosaneng.com และคุณลักษณะหลักของมันคือ "Voice Out TTS, select the text and right-click to speak with your system TTS Engine"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Voice Out TTS Client
ดาวน์โหลดไฟล์ส่วนขยาย Voice Out TTS Client ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Voice Out is a Text-to-speech TTS client that makes your Chrome browser speak texts with the built-in Text-to-speech Engine TTS. Voice Out helps you read in foreign languages. Simply select the text, right click and select Voice Out TTS Client -> Start speaking to convert the text into voice. Make your device say anything you want in foreign languages by changing the settings. This extension aims to be simple and without useless features or options. For educators, parents or students (everyone). You can use this extension to learn about pronunciation of different languages.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Voice Out TTS Client |
ID | hbelphkdkebaclidgfhjaobpljdoagpd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/voice-out-tts-client/hbelphkdkebaclidgfhjaobpljdoagpd |
คำอธิบาย | Voice Out TTS, select the text and right-click to speak with your system TTS Engine |
ขนาดไฟล์ | 423 KB |
จำนวนการติดตั้ง | 1,402 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2018-07-10 |
วันที่เผยแพร่ | 2018-07-09 |
คะแนน | 4.25/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://www.rosaneng.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://www.rosaneng.com |
URL หน้าช่วยเหลือ | http://www.rosaneng.com |
URL หน้านโยบายความเป็นส่วนตัว | http://www.rosaneng.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Voice Out TTS Client", "description": "Voice Out TTS, select the text and right-click to speak with your system TTS Engine", "manifest_version": 2, "minimum_chrome_version": "24", "offline_enabled": true, "permissions": [ "tts", "contextMenus" ], "version": "1.0", "browser_action": { "default_icon": "images\/icon128.png", "default_popup": "options.html", "default_title": "Voice Out TTS Client" }, "background": { "scripts": [ "js\/background.min.js" ], "persistens": false }, "icons": { "128": "images\/icon128.png", "48": "images\/icon48.png", "16": "images\/icon16.png" } } |