Trackball Scroller

Scroll with your trackball

Trackball Scroller là gì?

Trackball Scroller là một tiện ích mở rộng Chrome được phát triển bởi jj.dev.001, và tính năng chính của nó là "Scroll with your trackball".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trackball Scroller

Tải xuống các tệp mở rộng Trackball Scroller dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trackball Scroller Trackball Scroller
ID digndhblfngkigcehjiddacoibjmkkdf
URL Chính Thức https://chromewebstore.google.com/detail/trackball-scroller/digndhblfngkigcehjiddacoibjmkkdf
Mô tả Scroll with your trackball
Kích Thước Tệp 79.81 KB
Số Lần Cài Đặt 130
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2020-05-08
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển jj.dev.001
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}