Read Time Estimator
Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time
Read Time Estimator란 무엇입니까?
Read Time Estimator은(는) https://bashvlas.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time"입니다.
확장 프로그램 스크린샷
Read Time Estimator 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This is a very simple chrome extension which allows you to estimate the amount of time it will take you to read a particular text. Select Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time.
확장 프로그램 기본 정보
이름 | Read Time Estimator |
ID | dbkmhaamlapkjabaieclhlofhnaoccmb |
공식 URL | https://chromewebstore.google.com/detail/read-time-estimator/dbkmhaamlapkjabaieclhlofhnaoccmb |
설명 | Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time |
파일 크기 | 12.08 KB |
설치 횟수 | 5,339 |
현재 버전 | 1.1.5 |
최근 업데이트 | 2020-03-25 |
출시 날짜 | 2020-03-25 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://bashvlas.com |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://sites.google.com/view/copycurate/privacy-policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Read Time Estimator", "short_name": "Read Time Estimator", "description": "Select some text -> Right click -> Click estimate read time -> Enter you WPM -> Get estimated read time", "version": "1.1.5", "icons": { "128": "img\/document_clock.png", "16": "img\/small_clock.png" }, "background": { "persistent": false, "scripts": [ "background\/background.js" ] }, "permissions": [ "contextMenus", "storage" ] } |