KeyMap
Learn keyboard shortcuts to improve your productivity.
What is KeyMap?
KeyMap is a Chrome extension developed by http://blainelewis.ca, and its main feature is "Learn keyboard shortcuts to improve your productivity.".
Extension Screenshots
Download KeyMap Extension CRX File
Download KeyMap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
KeyMap is a visualization to help learn new keyboard shortcuts. It supports websites such as Overleaf, Slack, and basic Google Chrome commands. It works by displaying a virtual keyboard in the bottom left, and upon pressing and holding a modifier key like cmd or ctrl, displays all of the available keyboard shortcuts.
Extension Basic Information
Name | |
ID | fpminkfnndfokkmoobbngdpnijbcajkl |
Official URL | https://chrome.google.com/webstore/detail/keymap/fpminkfnndfokkmoobbngdpnijbcajkl |
Description | Learn keyboard shortcuts to improve your productivity. |
File Size | 518 KB |
Installation Count | 164 |
Current Version | 1.1 |
Last Updated | 2020-04-30 |
Publish Date | 2020-04-30 |
Rating | 2.00/5 Total 1 Ratings |
Developer | http://blainelewis.ca |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "KeyMap", "version": "1.1", "description": "Learn keyboard shortcuts to improve your productivity.", "manifest_version": 2, "homepage_url": "http:\/\/blainelewis.ca\/KeyMap", "content_scripts": [ { "matches": [ "*:\/\/www.overleaf.com\/*", "*:\/\/app.slack.com\/*", "*:\/\/dynalist.io\/*" ], "css": [ "\/static\/css\/main.chunk.css" ], "js": [ "\/static\/js\/0.chunk.js", "\/static\/js\/main.chunk.js", "\/static\/js\/runtime-main.js" ] } ], "options_page": "options.html", "permissions": [ "storage", "activeTab", "*:\/\/www.overleaf.com\/*", "*:\/\/app.slack.com\/*", "*:\/\/dynalist.io\/*" ], "icons": { "128": "iconalpha.png" } } |