Chrome Without a Mouse? 5 Keyboard Extensions (2026)
Five keyboard extensions for Chrome, no mouse needed. Three modal Vim keybinders, one shortcut mapper, one hint-mode tool. What each press does. September 2026.
You’re mid-scroll, your mouse gives out, and the only way forward is the keys. Hold Shift, single- or double-letter badges appear over every link on the page, you type them, the link opens. That is hint mode, a feature of one of the five live Chrome extensions for keyboard-only browsing. The other four work differently.
The cost of skipping a keyboard path shows up in two specific ways. Your entire browsing session stalls the moment the mouse stops working or the mouse-to-keyboard switching eats your flow. You stare at a screen you cannot reach. The second loss is quieter. You install a modal Vim keybinder, spend a week building muscle memory for hjkl and f-key actions, and then realize the vocabulary fights the way you actually work. You uninstall it. You’re back at the mouse.
Key takeaways
- Three of the five are modal Vim keybinders (Vimium, Vimium C, Surfingkeys). Shortkeys and SuperchargeNavigation are not.
- SuperchargeNavigation’s hint mode: hold Shift, type badge letters, follow the link. No mode switch, no Vim vocabulary.
- Drag-and-drop, native file dialogs, and some canvas content still require a pointer regardless of which extension you run.
The Five at a Glance
| Option | Style | What You Press | Pointer Still Needed? |
|---|---|---|---|
| Vimium | Modal (normal/insert modes) | hjkl to scroll, f for link hints | For page navigation, no. For Chrome UI and drag-and-drop, yes. |
| Vimium C | Modal (omnibar-based) | Omnibar for navigation and tab operations | For page navigation, no. For Chrome UI and drag-and-drop, yes. |
| Surfingkeys | Modal (Normal/Visual/Insert/Hints) | Mode-specific keys | For page navigation, no. For Chrome UI and drag-and-drop, yes. |
| Shortkeys | Non-modal (custom mapper) | User-defined, 125+ built-in actions | Depends on what you map |
| SuperchargeNavigation | Non-modal (hint mode) | Hold Shift + badge letters, Alt+K search, Alt+B panel | For page links, no. For drag-and-drop, file dialogs, yes. |
The Alt+ combinations for SuperchargeNavigation are Chrome’s suggested defaults, rebindable. Saka Key was removed from the Chrome Web Store in 2021 (five years before this article’s September 2026 publication). cVim left the store in 2022. The August 31, 2026 purge, four days before this article’s publication, did not involve it: already gone.
Chrome’s own keyboard shortcuts (Ctrl+T, Ctrl+Tab, Ctrl+L) already cover basic tab management. What the extensions above add is in-page navigation: following links, scrolling content, and searching page text by keyboard.
Three Modal Vim-Style Keybinders
These three share the same architecture. You enter a mode, press keys, and the browser responds. The differences live in the vocabulary each one teaches.
Vimium calls itself “the hacker’s browser.” Normal and insert modes cover the page: hjkl scrolls, f surfaces link-hint badges, you type the letters, the link opens. Roughly 500,000 users have it installed, and it runs on Manifest V3.
Vimium C takes the same modal approach and layers an omnibar on top for navigation and tab operations. It’s MV3, version 2.11 and later.
Surfingkeys maps keys for web surfing across four modes: Normal, Visual, Insert, and Hints. Each mode carries its own key set, and you switch between them as you move from reading to selecting to editing.
The shared trait is the modal structure: you switch between modes, and each tool carries its own key set. Vimium maps hjkl to scrolling and f to link hints. The other two build their own vocabularies on the same frame. If that curve fits your workflow, any of the three handles a full browsing session.
Shortkeys: The Custom Shortcut Mapper
Shortkeys is not modal and not Vim-style. It is a custom-shortcut mapper: you pick from 125+ built-in actions, assign any key combination, and Chrome fires the action on demand. No modes, no hjkl, no f-key vocabulary. About 200,000 users have it on, and it’s Manifest V3.
Where Shortkeys asks more of you: you build the mapping yourself. You choose the action, choose the key, and the pair is yours. If you already know exactly what you want to bind and what it should do, Shortkeys gets you there without imposing a learning week on top.
SuperchargeNavigation: Hint Mode Without a Mode Switch
SuperchargeNavigation is the non-modal option in this list and the one that ships the hint mode from the opening. The CWS-live version is 1.3.4, and it’s Manifest V3.
Hint mode is the core keyboard surface. Hold the trigger modifier (Shift by default) and single- or double-letter badges appear over every clickable element on the page. Type the badge letters and the link or button activates. No mode to enter, no keybinder vocabulary to learn. Chord variants add a layer: hold Shift+Alt on the final letter to open the link in an inline peek overlay, or Shift+Ctrl to open it in a background tab.
Hint mode is on by default. The content script runs on all URLs, and the trigger defaults to the hold mode. You can turn it off per domain, not globally.
Type-to-select is the second surface. Type bare letters with no modifier and the extension highlights matching text on the page using the CSS Custom Highlight API. Enter activates the top match. One gate to know: type-to-select requires keyboard hints to be enabled in the options, so it is not active the moment you install the extension. You flip that toggle, and it works.
Quick-search and side panel cover tab-level actions. The default suggested keys are Alt+K for quick tab search and Alt+B to toggle the side panel. These are Chrome’s suggested keys, not fixed ones. You can rebind them, and Chrome will silently drop a binding that collides with another extension’s shortcut.
What Still Needs a Pointer
No keyboard extension, including all five above, removes the need for a pointer in every Chrome interaction. Drag-and-drop (moving a file into an upload zone, reordering tabs by dragging) still requires a mouse or trackpad. Native OS file dialogs that open when you hit Save or Open are not reachable by any of these extensions. Some canvas and web-content interactions (drawing on a canvas, certain game or drawing-app elements) assume a pointer input.
This is a property of Chrome’s own UI layer and the web platform, not a gap in any specific extension. If your workflow touches those interactions, the keyboard extensions cover the browsing and navigation layer and the pointer covers the rest.
Pick Your Keyboard Path
If you want to follow links, search tabs, and navigate pages by keyboard without learning a modal vocabulary, SuperchargeNavigation’s hint mode and Alt+K quick-search are the shortest path. Hold Shift, type the badge, move on. No week of muscle-memory building sits between you and a working setup.
If the learning curve of a Vim keybinder is a feature you want rather than a barrier, pick the one whose vocabulary fits your workflow: Vimium for a broad normal/insert mode set, Vimium C for the omnibar layer, or Surfingkeys for four-mode coverage.
If you need custom action mapping and already know what you want to bind, Shortkeys gives you 125+ actions and full key-combo freedom without any modal layer in the way.
Match the tool to the depth of keyboard control you actually want. Modal gives you the most granular control at the cost of a learning week. Non-modal gives you the common actions (follow a link, search a tab) with zero vocabulary to internalize.
Frequently Asked Questions
Do all five extensions work on Chrome 152?
What is the difference between hint mode and modal keybinding?
Can I use Chrome entirely without a mouse?
Are Saka Key or cVim still available?
Don't miss the next release
Be first to know when we ship something new.
Related Articles
Chrome Keyboard Shortcuts: 70+ That Actually Work (2026)
Chrome has 70+ shortcuts. Most users know five. Task-grouped reference for tabs, navigation, DevTools, URL bar tricks, and how to remap shortcuts in June 2026.
Chrome Tab Search Shortcut: TESTED Guide (2026)
Ctrl+Shift+A searches open and recent tabs by title and URL — no fuzzy match, current window only. Here's what it finds, and where Alt+K covers the gap.
Arc Command Bar in Chrome: How to Replicate It (2026)
Arc's Command Bar (Cmd+T) has no native Chrome match. SuperchargeNavigation's Alt+K palette recovers it: tab search, workspaces, URL + web-search. 2-min setup.
AI Tab Organizer vs Tab Manager: 6 TESTED (2026)
6 AI tab organizers tested on CWS vs real tab managers. AI groups by content. You work by project. That gap costs more than you think. Real comparison inside.