TimeToRead
Adds tags describing time needed to read to articles in Pocket
TimeToRead란 무엇입니까?
TimeToRead은(는) Przemysław Rumik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds tags describing time needed to read to articles in Pocket"입니다.
TimeToRead 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension adds tags saying how long will you need to read articles in Pocket. Extension doesn't have any UI, it will only ask you for authentication in Pocket. From this moment it will try to retrieve list of your articles from Pocket, and will try to add tags saying about how long it will take to read. You will see tags: "1 minute or less", "2 minutes or less", "5 minutes or less", "10 minutes or less", "15 minutes or less", "30 minutes or less" and "30+ minutes". Extension will assume that you read 200 words per minute. If you like, you may download source code of extension from here https://github.com/przemelek/TimeToRead
확장 프로그램 기본 정보
이름 | ![]() |
ID | pnoopjphmiljaepnghokldgckdkmmgea |
공식 URL | https://chrome.google.com/webstore/detail/timetoread/pnoopjphmiljaepnghokldgckdkmmgea |
설명 | Adds tags describing time needed to read to articles in Pocket |
파일 크기 | 7.36 KB |
설치 횟수 | 288 |
현재 버전 | 0.0.4 |
최근 업데이트 | 2017-12-03 |
출시 날짜 | 2017-12-03 |
평점 | 4.53/5 총 17 개의 평점 |
개발자 | Przemysław Rumik |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/przemelek/TimeToRead |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TimeToRead", "version": "0.0.4", "description": "Adds tags describing time needed to read to articles in Pocket", "background": { "page": "background.html" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "storage" ], "web_accessible_resources": [ "oauth.html", "oauth.js" ] } |