Read fast - Speed Reading Extension

A beautiful speed reading extension

Read fast - Speed Reading Extension란 무엇입니까?

Read fast - Speed Reading Extension은(는) MJ Code에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A beautiful speed reading extension"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Read fast - Speed Reading Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Want to improve your reading speed?

1- Select some text on the webpage
2- Click on the "R" icon

And here you go, ready to rock =)

---------------------------------

WHAT'S NEW

Version 0.9.7
- Upgrade to Manifest V3

Version 0.9.5
- Minor changes

Version 0.9.4
- Added a new shortcut, Backspace, to go back to start.
- Added some tips on the options page that may improve your reading experience.
- Fixed an issue caused by the spacebar key.

Version 0.9.3
- A link to the options page has been added
- A loading animation has been added
- Fixed a couple of bugs caused by the spacebar key

Version 0.9.2
- Read fast should now work properly on every website (note that it doesn't work on pdf files)

Version 0.9.1
- Possibility to set the delay before the reading starts (on the options page)
- Performance improvement                    

확장 프로그램 기본 정보

이름 Read fast - Speed Reading Extension Read fast - Speed Reading Extension
ID pnffahcjemjliibgcafjpklgmbeknldi
공식 URL https://chromewebstore.google.com/detail/read-fast-speed-reading-e/pnffahcjemjliibgcafjpklgmbeknldi
설명 A beautiful speed reading extension
파일 크기 356 KB
설치 횟수 5,715
현재 버전 0.9.7
최근 업데이트 2022-03-14
출시 날짜 2013-11-03
평점 4.20/5 총 49 개의 평점
개발자 MJ Code
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.9.7",
    "name": "Read fast - Speed Reading Extension",
    "description": "A beautiful speed reading extension",
    "action": {
        "default_popup": "popup.html",
        "default_icon": "icon.png"
    },
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    },
    "options_page": "options.html",
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "assets\/scripts\/page.js"
            ]
        }
    ]
}