Trackball Scroller

Scroll with your trackball

Trackball Scroller क्या है?

Trackball Scroller jj.dev.001 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Scroll with your trackball"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trackball Scroller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}