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 هو إضافة Chrome تم تطويرها بواسطة 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 للإضافة vim-scroll

قم بتنزيل ملفات الامتداد vim-scroll بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
            ]
        }
    ]
}