Screen Reader for Google Chrome
This extension provides aid for the visually impaired people.
Screen Reader for Google Chrome란 무엇입니까?
Screen Reader for Google Chrome은(는) Pawel Psztyc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension provides aid for the visually impaired people."입니다.
확장 프로그램 스크린샷
Screen Reader for Google Chrome 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
The extensions allow you to click on a text on a web page to read it aloud using the built-in text-to-speech (TTS) service. You can configure which TTS service to use by clicking on the extension's icon and selecting your favorite voice from the configuration dialog. It is a Google Hackathon 2012 in Warsaw, Poland, Chrome extension. Each operating system has a text-to-speech service, so consider using them first. If you need a new feature or spot an issue, you can report it on my GitHub page. I will respond as soon as possible. Remember that it is a side project, and I may have other priorities. But I will try to help as much as I can.
확장 프로그램 기본 정보
이름 | Screen Reader for Google Chrome |
ID | nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
공식 URL | https://chromewebstore.google.com/detail/screen-reader-for-google/nddfhonnmhcldcbmhbdldfpkbfpgjoeh |
설명 | This extension provides aid for the visually impaired people. |
파일 크기 | 195 KB |
설치 횟수 | 10,222 |
현재 버전 | 0.8.0 |
최근 업데이트 | 2023-12-12 |
출시 날짜 | 2015-01-08 |
평점 | 2.32/5 총 53 개의 평점 |
개발자 | Pawel Psztyc |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://docs.google.com/document/d/17TsJl75HnVp7m970j_8bbWJD-2vvg7_MqEtHkp-k1mM/edit?usp=sharing |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Screen Reader for Google Chrome", "short_name": "Screen Reader", "version": "0.8.0", "manifest_version": 3, "description": "This extension provides aid for the visually impaired people.", "default_locale": "en", "minimum_chrome_version": "120", "icons": { "32": "img\/32x32-on.png", "48": "img\/48x48-on.png", "128": "img\/128x128-on.png" }, "background": { "service_worker": "src\/worker.js", "type": "module" }, "permissions": [ "storage", "tts" ], "content_scripts": [ { "matches": [ " |