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…

什么是vim-scroll?

vim-scroll是由bladtman.extends开发的Chrome扩展程序,该扩展的主要功能是“Simple j/k/h/l/gg/G scrolling. Nothing more, nothing less. The plugin allows scroll navigation with the keyboard: Press the j key…”。

扩展截图

screenshot

下载vim-scroll扩展crx文件

下载vim-scroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 vim-scroll vim-scroll
ID cdfcbpndhmollmcmlehepbodcleebfen
官方URL https://chromewebstore.google.com/detail/vim-scroll/cdfcbpndhmollmcmlehepbodcleebfen
简介 Simple j/k/h/l/gg/G scrolling. Nothing more, nothing less. The plugin allows scroll navigation with the keyboard: Press the j key…
文件大小 5.72 KB
安装次数 451
当前版本 5.0.1
更新时间 2023-06-11
上架时间 2017-04-17
评分 4.82/5 共17次评分
开发者 bladtman.extends
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}