Text To Voice V1.0.2
This extension will convert your text to multiple voice formats.
Text To Voice V1.0.2คืออะไร?
Text To Voice V1.0.2 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dadaso Zanzane และคุณลักษณะหลักของมันคือ "This extension will convert your text to multiple voice formats."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Text To Voice V1.0.2
ดาวน์โหลดไฟล์ส่วนขยาย Text To Voice V1.0.2 ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension will convert your text to multiple voice formats. - added play/stop button - enabled right click and play
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Text To Voice V1.0.2 |
ID | ebgalelknkkbbhdoocnbakmphhjendhb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/text-to-voice-v102/ebgalelknkkbbhdoocnbakmphhjendhb |
คำอธิบาย | This extension will convert your text to multiple voice formats. |
ขนาดไฟล์ | 101 KB |
จำนวนการติดตั้ง | 561 |
เวอร์ชันปัจจุบัน | 1.0.2 |
อัปเดตครั้งล่าสุด | 2015-11-14 |
วันที่เผยแพร่ | 2015-11-14 |
คะแนน | 3.33/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | Dadaso Zanzane |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text To Voice V1.0.2", "description": "This extension will convert your text to multiple voice formats.", "version": "1.0.2", "browser_action": { "default_icon": "icon.png", "default_popup": "default.html" }, "permissions": [ "activeTab", "tts", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus" ], "icons": { "16": "icon.png" }, "background": { "persistent": false, "scripts": [ "jquery-1.10.2.js", "jquery.cookie.js", "script.js", "background.js" ] } } |