Serial Speed Reader
A program that will serially display selected text word by word.
Serial Speed Reader란 무엇입니까?
Serial Speed Reader은(는) Sam Larison에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A program that will serially display selected text word by word."입니다.
확장 프로그램 스크린샷
Serial Speed Reader 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension will display the selected text, word by word, so that you can read it without moving your eyeballs. Not for the faint of heart, but you may adjust the delay between words and the per letter delay to slow down the text display. You may have to refresh the page when you first install this extension to get it working. PLEASE report any bugs or problems. This is BETA but I would appreciate it that you do not treat it like a finished product until it's done. I will make improvements. A unique icon is in the works, sorry about that!
확장 프로그램 기본 정보
이름 | Serial Speed Reader |
ID | clmnbpnfedojoahgmdoohcbgclkcbofa |
공식 URL | https://chromewebstore.google.com/detail/serial-speed-reader/clmnbpnfedojoahgmdoohcbgclkcbofa |
설명 | A program that will serially display selected text word by word. |
파일 크기 | 144 KB |
설치 횟수 | 138 |
현재 버전 | 0.0.1.5 |
최근 업데이트 | 2023-06-19 |
출시 날짜 | 2019-09-06 |
평점 | 3.17/5 총 6 개의 평점 |
개발자 | Sam Larison |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | http://vidzbigger.com/index.php?v=contact&browserinfo=SerialSpeedReader%0D%0A%0D%0A&BugReportInfo=true |
개인정보 보호 정책 페이지 URL | http://vidsbee.com/ColorPick/Privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "A program that will serially display selected text word by word.", "name": "Serial Speed Reader", "browser_action": { "default_icon": "icon19.png", "default_title": "Speed Reader", "default_popup": "popup.html" }, "content_scripts": [ { "js": [ "read.user.js" ], "matches": [ " |