Disable AutoScroll
Disables middle-click autoscrolling (often confused with 'smooth scrolling')
Co je Disable AutoScroll?
Disable AutoScroll je rozšíření Chrome vyvinuté Slackwise, a jeho hlavní funkcí je „Disables middle-click autoscrolling (often confused with 'smooth scrolling')“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Disable AutoScroll
Stáhněte si soubory rozšíření Disable AutoScroll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Disable AutoScroll |
ID | ggakmjgkpoeoiicikoohgojkoehmnhdc |
Oficiální URL | https://chromewebstore.google.com/detail/disable-autoscroll/ggakmjgkpoeoiicikoohgojkoehmnhdc |
Popis | Disables middle-click autoscrolling (often confused with 'smooth scrolling') |
Velikost souboru | 13.33 KB |
Počet instalací | 1,455 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2024-01-01 |
Datum Vydání | 2022-07-14 |
Hodnocení | 4.58/5 Celkem 24 Hodnocení |
Vývojář | Slackwise |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Slackwise/disable-autoscroll-webextension |
URL Stránky Nápovědy | https://github.com/Slackwise/disable-autoscroll-webextension/issues |
Podporované Jazyky | 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": [ " |