Reading Time
Read smart. Tells you how long a webpage takes to read.
Reading Time란 무엇입니까?
Reading Time은(는) Oscar de Dios에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Read smart. Tells you how long a webpage takes to read."입니다.
확장 프로그램 스크린샷
Reading Time 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension calculates the time for reading an article. It uses calls to www.diffbot.com to only take in account the real content, it doesn't count words of adds , comments, etc. In the options page you can change the speed reading. You can activate too the "Automatically Load" mode. This mode reads in background every page you visit and if the time for reading is greater than three minutes it shows you this time. In this mode the extensions do a call to diffbot.com for every page you visit.
확장 프로그램 기본 정보
이름 | Reading Time |
ID | afkinjejdkdhjmclmmhaegfhbdcoohdg |
공식 URL | https://chromewebstore.google.com/detail/reading-time/afkinjejdkdhjmclmmhaegfhbdcoohdg |
설명 | Read smart. Tells you how long a webpage takes to read. |
파일 크기 | 161 KB |
설치 횟수 | 139 |
현재 버전 | 1.0.5 |
최근 업데이트 | 2014-05-26 |
출시 날짜 | 2014-05-26 |
평점 | 3.11/5 총 9 개의 평점 |
개발자 | Oscar de Dios |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://www.noteboardapp.com/policy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Reading Time", "manifest_version": 2, "version": "1.0.5", "short_name": "Reading Time", "icons": { "48": "book.png" }, "description": "Read smart. Tells you how long a webpage takes to read.", "background": { "page": "background.html" }, "browser_action": { "default_title": "Reading Time", "default_icon": "book.png" }, "permissions": [ "tabs", "http:\/\/*\/", "https:\/\/*\/" ], "options_page": "options.html", "web_accessible_resources": [ "img\/ajax-loader.gif" ] } |