No Auto Scroll

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

Hvad er No Auto Scroll?

No Auto Scroll er en Chrome-udvidelse udviklet af V, og dens hovedfunktion er "Stops auto scroll (aka smooth scroll) from activating on middle mouse click.".

Udvidelsesskærmbilleder

screenshot

Download No Auto Scroll-udvidelses-CRX-fil

Download No Auto Scroll-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn No Auto Scroll No Auto Scroll
ID oeplmakppkomhkgoaieajhcbfogjhmdi
Officiel URL https://chromewebstore.google.com/detail/no-auto-scroll/oeplmakppkomhkgoaieajhcbfogjhmdi
Beskrivelse Stops auto scroll (aka smooth scroll) from activating on middle mouse click.
Filstørrelse 16.35 KB
Antal Installationer 674
Nuværende Version 1.2
Senest Opdateret 2024-01-13
Udgivelsesdato 2019-10-28
Bedømmelse 4.27/5 Samlet 11 Bedømmelser
Udvikler V
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}