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
Eメール [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"
            ]
        }
    ]
}