Reading progress indicator in minutes

Shows reading progress in minutes left at the bottom of the page

Reading progress indicator in minutes란 무엇입니까?

Reading progress indicator in minutes은(는) @matstc에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Shows reading progress in minutes left at the bottom of the page"입니다.

확장 프로그램 스크린샷

screenshot

Reading progress indicator in minutes 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Shows a small progress indicator at the bottom of the page. The indicator shows a rough approximation of how many minutes of reading are left before reaching the end of the document.

The simple algorithm assumes a reading speed of 250 words per minute.

This extension does not work on fancy websites that play with scrolling and overflow.                    

확장 프로그램 기본 정보

이름 Reading progress indicator in minutes Reading progress indicator in minutes
ID mongeccaepigledmakiemfglchiblhcm
공식 URL https://chromewebstore.google.com/detail/reading-progress-indicato/mongeccaepigledmakiemfglchiblhcm
설명 Shows reading progress in minutes left at the bottom of the page
파일 크기 390 KB
설치 횟수 35
현재 버전 1.2
최근 업데이트 2014-02-12
출시 날짜 2014-02-12
개발자 @matstc
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/matstc/reading-progress-in-minutes-crx
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Reading progress indicator in minutes",
    "description": "Shows reading progress in minutes left at the bottom of the page",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ]
        }
    ]
}