Display Access Keys
Displays hint of access keys next ot the elements.
What is Display Access Keys?
Display Access Keys is a Chrome extension developed by dharris, and its main feature is "Displays hint of access keys next ot the elements.".
Extension Screenshots
Download Display Access Keys Extension CRX File
Download Display Access Keys 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
A Chrome extension which shows subtle hints of the access keys provided by the site's developer. This is based on a Firefox customization discussed here: http://blog.andrewbeacock.com/2007/06/firefox-hack-to-display-accesskey.html Source at https://github.com/dougharris/display-access-keys
Extension Basic Information
Name | Display Access Keys |
ID | gpicedcgegaokienkdbbcagodgacpbpd |
Official URL | https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd |
Description | Displays hint of access keys next ot the elements. |
File Size | 6.56 KB |
Installation Count | 443 |
Current Version | 1.1 |
Last Updated | 2017-03-06 |
Publish Date | 2017-03-06 |
Rating | 4.33/5 Total 3 Ratings |
Developer | dharris |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dougharris/display-access-keys |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Display Access Keys", "version": "1.1", "manifest_version": 2, "icons": { "128": "icon.png" }, "description": "Displays hint of access keys next ot the elements.", "content_scripts": [ { "all_frames": true, "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "display-access-keys.css" ] } ] } |