Text to Speech
Speak the Text provided in input field
什麼是Text to Speech?
Text to Speech是由ankitkaura79開發的Chrome擴展程式,該擴展的主要功能是“Speak the Text provided in input field”。
擴展截圖
下載Text to Speech擴展crx文件
下載Text to Speech擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
A Simple text reader that takes text as input and speak in language selected from the dropdown.You can pause the speech by clicking on pause button and resume by clicking back on play button.
擴展基本資訊
名稱 | Text to Speech |
ID | jigbklldfboaonapajdmkoaaanahlihb |
官方網址 | https://chromewebstore.google.com/detail/text-to-speech/jigbklldfboaonapajdmkoaaanahlihb |
簡介 | Speak the Text provided in input field |
檔案大小 | 942 KB |
安裝次數 | 116 |
目前版本 | 1.0.0 |
更新時間 | 2021-03-19 |
上架時間 | 2021-03-19 |
開發者 | ankitkaura79 |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Text to Speech", "description": "Speak the Text provided in input field", "version": "1.0.0", "icons": { "128": "images\/icon_128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" } } |