Text to Speak
Selected Text will be spoken
什麼是Text to Speak?
Text to Speak是由techworks開發的Chrome擴展程式,該擴展的主要功能是“Selected Text will be spoken”。
擴展截圖
下載Text to Speak擴展crx文件
下載Text to Speak擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Its very simple extension. Select the text from the website you visited and use right click and Select "Text to speak". For any queries/Help, please reach out to us on [email protected] 擴展基本資訊
| 名稱 | |
| ID | mbjkjhdfcibocgkbmdbbicdaeninpcco |
| 官方網址 | https://chromewebstore.google.com/detail/text-to-speak/mbjkjhdfcibocgkbmdbbicdaeninpcco |
| 簡介 | Selected Text will be spoken |
| 檔案大小 | 11.4 KB |
| 安裝次數 | 97 |
| 目前版本 | 1.0 |
| 更新時間 | 2022-01-25 |
| 上架時間 | 2022-01-24 |
| 評分 | 5.00/5 共 2 次評分 |
| 開發者 | techworks |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"author": "Intelligent Web Works",
"name": "Text to Speak",
"version": "1.0",
"description": "Selected Text will be spoken ",
"icons": {
"16": "tts16.png",
"32": "tts32.png",
"48": "tts48.png",
"128": "tts128.png"
},
"background": {
"service_worker": "background.js",
"persistant": false
},
"permissions": [
"contextMenus",
"tts"
]
} | |