Trackball Scroller

Scroll with your trackball

O que é Trackball Scroller?

Trackball Scroller é uma extensão do Chrome desenvolvida por jj.dev.001, e sua principal característica é "Scroll with your trackball".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Trackball Scroller

Baixe arquivos de extensão Trackball Scroller no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Trackball Scroller Trackball Scroller
ID digndhblfngkigcehjiddacoibjmkkdf
URL Oficial https://chromewebstore.google.com/detail/trackball-scroller/digndhblfngkigcehjiddacoibjmkkdf
Descrição Scroll with your trackball
Tamanho do Arquivo 79.81 KB
Contagem de Instalações 130
Versão Atual 2.0.0
Última Atualização 2023-06-06
Data de Publicação 2020-05-08
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor jj.dev.001
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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
}