Trackball Scroller

Scroll with your trackball

什麼是Trackball Scroller?

Trackball Scroller是由jj.dev.001開發的Chrome擴展程式,該擴展的主要功能是“Scroll with your trackball”。

擴展截圖

screenshot

下載Trackball Scroller擴展crx文件

下載Trackball Scroller擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
}