Disable AutoScroll
Disables middle-click autoscrolling (often confused with 'smooth scrolling')
Was ist Disable AutoScroll?
Disable AutoScroll ist eine Chrome-Erweiterung, die von Slackwise entwickelt wurde, und ihr Hauptmerkmal ist "Disables middle-click autoscrolling (often confused with 'smooth scrolling')".
Erweiterungsscreenshots
Disable AutoScroll-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable AutoScroll-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
All this extension does is disable the middle-click "AutoScroll" feature so you don't accidentally activate it when trying to middle-click a link with your scroll-wheel to open a link in a new tab. The screenshot is of the ENTIRE source-code, and it's all on GitHub as well.
Grundlegende Informationen zur Erweiterung
Name | Disable AutoScroll |
ID | ggakmjgkpoeoiicikoohgojkoehmnhdc |
Offizielle URL | https://chromewebstore.google.com/detail/disable-autoscroll/ggakmjgkpoeoiicikoohgojkoehmnhdc |
Beschreibung | Disables middle-click autoscrolling (often confused with 'smooth scrolling') |
Dateigröße | 13.33 KB |
Installationsanzahl | 1,455 |
Aktuelle Version | 1.2 |
Letztes Update | 2024-01-01 |
Veröffentlichungsdatum | 2022-07-14 |
Bewertung | 4.58/5 Insgesamt 24 Bewertungen |
Entwickler | Slackwise |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/Slackwise/disable-autoscroll-webextension |
Hilfeseite URL | https://github.com/Slackwise/disable-autoscroll-webextension/issues |
Unterstützte Sprachen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Disable AutoScroll", "short_name": "Disable AutoScroll", "description": "Disables middle-click autoscrolling (often confused with 'smooth scrolling')", "version": "1.2", "author": "Slackwise", "icons": { "48": "disable-autoscroll-48.png", "125": "disable-autoscroll-128.png" }, "content_scripts": [ { "matches": [ " |