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…
Hvad er vim-scroll?
vim-scroll er en Chrome-udvidelse udviklet af bladtman.extends, og dens hovedfunktion er "Simple j/k/h/l/gg/G scrolling. Nothing more, nothing less. The plugin allows scroll navigation with the keyboard: Press the j key…".
Udvidelsesskærmbilleder
Download vim-scroll-udvidelses-CRX-fil
Download vim-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
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
Grundlæggende oplysninger om udvidelsen
Navn | vim-scroll |
ID | cdfcbpndhmollmcmlehepbodcleebfen |
Officiel URL | https://chromewebstore.google.com/detail/vim-scroll/cdfcbpndhmollmcmlehepbodcleebfen |
Beskrivelse | Simple j/k/h/l/gg/G scrolling. Nothing more, nothing less. The plugin allows scroll navigation with the keyboard: Press the j key… |
Filstørrelse | 5.72 KB |
Antal Installationer | 451 |
Nuværende Version | 5.0.1 |
Senest Opdateret | 2023-06-11 |
Udgivelsesdato | 2017-04-17 |
Bedømmelse | 4.82/5 Samlet 17 Bedømmelser |
Udvikler | bladtman.extends |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |