No Auto Scroll

Stops auto scroll (aka smooth scroll) from activating on middle mouse click.

Co to jest No Auto Scroll?

No Auto Scroll to rozszerzenie Chrome opracowane przez V, a jego główną funkcją jest „Stops auto scroll (aka smooth scroll) from activating on middle mouse click.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia No Auto Scroll

Pobierz pliki rozszerzeń No Auto Scroll w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Do you sometimes accidentally click the middle-mouse button and activate the "automatic scrolling" feature?

If yes, then this extension prevents the activation of the auto-scroll behavior when you click on middle mouse button by mistake.                    

Podstawowe informacje o rozszerzeniu

Nazwa No Auto Scroll No Auto Scroll
ID oeplmakppkomhkgoaieajhcbfogjhmdi
Oficjalny URL https://chromewebstore.google.com/detail/no-auto-scroll/oeplmakppkomhkgoaieajhcbfogjhmdi
Opis Stops auto scroll (aka smooth scroll) from activating on middle mouse click.
Rozmiar pliku 16.35 KB
Liczba instalacji 674
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2024-01-13
Data Publikacji 2019-10-28
Ocena 4.27/5 Łącznie 11 Oceny
Deweloper V
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Auto Scroll",
    "version": "1.2",
    "description": "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "noAutoScroll.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "manifest_version": 3
}