Super Keys icon

Super Keys

by Tyler Elliott

v2.1.0 Updated Jul 19, 2025 74.97KiB
CWS
38
Users
★ 5.00
2 reviews
#84082
of 208.8K
accessibility
#3173 of 6.5K

Description

The chrome extension that lets you map keyboard shortcuts to JavaScript actions. Using this extension requires at least some knowledge of JavaScript. Typical usage would be writing a selector to find an element on the page and calling the `#click` method on that element. For example, to add a shortcut on the Google search results page to go to the next page of results, you might map something like `alt+n` to document.getElementById('pnnext').click() Release Notes 2.1.0 - Update for some changed APIs in Chrome for user scripts. This should be working, but about a year ago when I first tried it worked in development but not production. Further debugging may be required. 2.0.2 - Backend rewrite to work with Chrome manifest V3, wildcard URL patterns now supported - this version is buggy, but V2 no longer works. 1.0.0 - Initial Version
Super Keys screenshot 1Super Keys screenshot 2Super Keys screenshot 3Super Keys screenshot 4

Reviews

Loading reviews...

Permissions (2)

Permissions

storage Can store data locally in your browser userScripts

Details

Version 2.1.0
Updated Jul 19, 2025
Size 74.97KiB
First Seen Mar 31, 2026