Text speaker
Pronounce selected text
Text speaker란 무엇입니까?
Text speaker은(는) Aliaksei Kirpichenka에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Pronounce selected text"입니다.
확장 프로그램 스크린샷
Text speaker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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" ] } |