Snap Scroll

Delightfully fast and precise scrolling via point and click.

Snap Scroll란 무엇입니까?

Snap Scroll은(는) Steven Meliopoulos에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Delightfully fast and precise scrolling via point and click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Snap Scroll helps you read better!

Ever wonder why reading in books is more comfortable than on screens? It's because the text in books doesn't move! 
When you scroll the text you're reading, you're giving your eyes a hard time.
Snap Scroll brings the book experience to the screen by replacing that continuous movement with quick and predictable hops.

How does it work?

Keep your hands off that scroll wheel! When you finish reading a paragraph, just click directly below it using the middle mouse button (or the left and right button at the same time) to instantly bring the next paragraph to the top - like a virtual page turn! Because there is no interruption you'll be less distracted.

Give it a try and see your focus improve!                    

확장 프로그램 기본 정보

이름 Snap Scroll Snap Scroll
ID kdegcljjpimkobjeejpfogokeedlbbje
공식 URL https://chromewebstore.google.com/detail/snap-scroll/kdegcljjpimkobjeejpfogokeedlbbje
설명 Delightfully fast and precise scrolling via point and click.
파일 크기 58.03 KB
설치 횟수 273
현재 버전 2.1.0
최근 업데이트 2019-04-29
출시 날짜 2019-04-28
평점 5.00/5 총 6 개의 평점
개발자 Steven Meliopoulos
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snap Scroll",
    "short_name": "Snap Scroll",
    "description": "Delightfully fast and precise scrolling via point and click.",
    "version": "2.1.0",
    "author": "Steven Meliopoulos",
    "icons": {
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_title": "Snap Scroll",
        "default_icon": {
            "16": "img\/action_icon_enabled_16.png",
            "24": "img\/action_icon_enabled_24.png",
            "32": "img\/action_icon_enabled_32.png"
        },
        "default_popup": "popup_main.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "shared.js",
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "tabs",
        ""
    ],
    "background": {
        "scripts": [
            "shared.js",
            "background.js"
        ]
    }
}