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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में vim-scroll एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
            ]
        }
    ]
}