Trackball Scroller

Scroll with your trackball

Trackball Scroller란 무엇입니까?

Trackball Scroller은(는) jj.dev.001에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Scroll with your trackball"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Trackball Scroller lets you scroll pages with your trackball. When you activate "scroll mode", you can roll your trackball to scroll. Browse infinite-scrollable websites or long documents easily.

Flick the ball to jump quickly, or move it slowly to scroll in a smooth continuous manner; gives better scrolling experience if you're not satisfied with your trackball's scroll wheel. 

No spyware, no ads, no sending user data anywhere.
Open sourced: https://github.com/jj-143/trackball-scroller-chrome

NOTE: DOESN'T WORK on most pages on Yahoo using sandboxed iframe - Yahoo News, Finance, etc.

Works best with trackballs, feels awkward with traditional mice, no big changes with two-finger scroll on touchpads - except one finger vs two fingers.

---
•  customize shortcut with a mouse button or a key (key combo activates on the largest scroll element on the screen.)
•  sensitivity

let me know if it doesn't work on any particular websites.                    

확장 프로그램 기본 정보

이름 Trackball Scroller Trackball Scroller
ID digndhblfngkigcehjiddacoibjmkkdf
공식 URL https://chromewebstore.google.com/detail/trackball-scroller/digndhblfngkigcehjiddacoibjmkkdf
설명 Scroll with your trackball
파일 크기 79.81 KB
설치 횟수 130
현재 버전 2.0.0
최근 업데이트 2023-06-06
출시 날짜 2020-05-08
평점 5.00/5 총 2 개의 평점
개발자 jj.dev.001
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trackball Scroller",
    "version": "2.0.0",
    "version_name": "2.0.0",
    "description": "Scroll with your trackball",
    "permissions": [
        "storage"
    ],
    "background": {
        "scripts": [
            "background.f6ed656b.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.42f5d885.js"
            ],
            "all_frames": true,
            "css": []
        }
    ],
    "browser_action": [],
    "icons": {
        "128": "icon.04ca30d9.png"
    },
    "options_ui": {
        "page": "options.c66ab70b.html",
        "open_in_tab": true
    },
    "manifest_version": 2
}