Text speaker
Pronounce selected text
什麼是Text speaker?
Text speaker是由Aliaksei Kirpichenka開發的Chrome擴展程式,該擴展的主要功能是“Pronounce selected text”。
擴展截圖
下載Text speaker擴展crx文件
下載Text speaker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
The extension is designed to pronounce selected text, which can be helpful to people who struggles with eyesight, read small-size text, doing 2 deals at the same time (like listening some text and writing email). You would need to: - select text you want to pronounce - put your mouth in this area - right click - Pronounce If you want to stop speech, you can do it at anytime by right-clicking on any other place (except selected area) > Stop speech Additional functionalities that are available: change voices (that are available for your operating system), adjust enqueue, pitch, rate and volume.
擴展基本資訊
名稱 | Text speaker |
ID | gcddknjhchnhegfnekbokipolcncpemi |
官方網址 | https://chromewebstore.google.com/detail/text-speaker/gcddknjhchnhegfnekbokipolcncpemi |
簡介 | Pronounce selected text |
檔案大小 | 50.08 KB |
安裝次數 | 267 |
目前版本 | 1.0 |
更新時間 | 2022-05-04 |
上架時間 | 2022-05-03 |
開發者 | Aliaksei Kirpichenka |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Text speaker", "description": "Pronounce selected text", "version": "1.0", "action": { "default_popup": "popup.html" }, "icons": { "16": "\/icons\/16.png", "48": "\/icons\/48.png", "128": "\/icons\/128.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "tts", "storage", "contextMenus" ] } |