grokfaster

speed read the internet, grok what you need to, faster.

grokfaster란 무엇입니까?

grokfaster은(는) https://zeyus.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "speed read the internet, grok what you need to, faster."입니다.

확장 프로그램 스크린샷

screenshot

grokfaster 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        *****BETA/PRE BETA*****

Read articles FAST!

grokfaster is a chrome extension designed to help you read the content of pages and articles a lot faster. This speed-reading technique has been known for a while and is now gaining popularity. Even if you've never used it before you might fine you can read at 500+ WPM

Please keep in mind this is an EARLY BETA, and I would love feedback. If there's any problems, chances are in the coming days it will be addressed, if not, let me know! Thanks!


Current Features (v 0.1.2):
 - Right click menu to read highlighted text
 - Space bar for pause
 - Escape or click background to stop reading
 - Option for WPM (words per minute)
 - Option for focal point
 - Option to show previous and next words
 - Options for delay after sentence and other items (comma etc)
 - Option to dim the background
 

Coming features:
 - Customize everything (color, font, size)
 - Read pasted text
 - Read other items
 - Scan back words when paused (for better comprehension)

Overall I want this to be a very usable, good looking and stable app.

It's still early, and each minor revision has improved it greatly.

Thanks!                    

확장 프로그램 기본 정보

이름 grokfaster grokfaster
ID ncjhaldnadgjkgbcnaobncfeigdcldcb
공식 URL https://chromewebstore.google.com/detail/grokfaster/ncjhaldnadgjkgbcnaobncfeigdcldcb
설명 speed read the internet, grok what you need to, faster.
파일 크기 21.81 KB
설치 횟수 223
현재 버전 0.1.3
최근 업데이트 2023-01-03
출시 날짜 2014-03-07
평점 4.60/5 총 5 개의 평점
개발자 https://zeyus.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/zeyus/grokfaster
도움말 페이지 URL https://github.com/zeyus/grokfaster/issues
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "grokfaster",
    "description": "speed read the internet, grok what you need to, faster.",
    "version": "0.1.3",
    "icons": {
        "128": "res\/icon128.png",
        "16": "res\/icon16.png",
        "48": "res\/icon48.png"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        ""
    ],
    "browser_action": {
        "default_icon": "res\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}