vim-scroll

Simple j/k/h/l/gg/G scrolling. Nothing more, nothing less. The plugin allows scroll navigation with the keyboard: Press the j key…

Was ist vim-scroll?

vim-scroll ist eine Chrome-Erweiterung, die von bladtman.extends entwickelt wurde, und ihr Hauptmerkmal ist "Simple j/k/h/l/gg/G scrolling. Nothing more, nothing less. The plugin allows scroll navigation with the keyboard: Press the j key…".

Erweiterungsscreenshots

screenshot

vim-scroll-Erweiterungs-CRX-Datei herunterladen

Laden Sie vim-scroll-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

                        Simple j/k/h/l/gg/G scrolling.
Nothing more, nothing less.

The plugin allows scroll navigation with the keyboard:
Press the j key to scroll down
Press the k key to scroll up
Press the h key to scroll left
Press the l key to scroll right
Press the g key twice to scroll to the top
Press the G (shift + g) key to scroll to the bottom

CHANGELOG:
v4 fixed issue with scrolling when typing in input fields and similar.
v5 fixed issue with slow scrolling on some pages
v5.0.1 remove console.log statement

DESCRIPTION:
vim-scroll deliberately registers it's keybindings early, so that websites that use the same bindings (like twitter) will overwrite them.
This might be made optional in later updates                    

Grundlegende Informationen zur Erweiterung

Name vim-scroll vim-scroll
ID cdfcbpndhmollmcmlehepbodcleebfen
Offizielle URL https://chromewebstore.google.com/detail/vim-scroll/cdfcbpndhmollmcmlehepbodcleebfen
Beschreibung Simple j/k/h/l/gg/G scrolling. Nothing more, nothing less. The plugin allows scroll navigation with the keyboard: Press the j key…
Dateigröße 5.72 KB
Installationsanzahl 451
Aktuelle Version 5.0.1
Letztes Update 2023-06-11
Veröffentlichungsdatum 2017-04-17
Bewertung 4.82/5 Insgesamt 17 Bewertungen
Entwickler bladtman.extends
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "vim-scroll",
    "version": "5.0.1",
    "icons": {
        "128": "jk.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "vim-scroll.js"
            ]
        }
    ]
}