Display Access Keys
Displays hint of access keys next ot the elements.
什么是Display Access Keys?
Display Access Keys是由dharris开发的Chrome扩展程序,该扩展的主要功能是“Displays hint of access keys next ot the elements.”。
扩展截图
下载Display Access Keys扩展crx文件
下载Display Access Keys扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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
扩展基本信息
名称 | Display Access Keys |
ID | gpicedcgegaokienkdbbcagodgacpbpd |
官方URL | https://chromewebstore.google.com/detail/display-access-keys/gpicedcgegaokienkdbbcagodgacpbpd |
简介 | Displays hint of access keys next ot the elements. |
文件大小 | 6.56 KB |
安装次数 | 443 |
当前版本 | 1.1 |
更新时间 | 2017-03-06 |
上架时间 | 2017-03-06 |
评分 | 4.33/5 共3次评分 |
开发者 | dharris |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/dougharris/display-access-keys |
支持的语言 | 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" ] } ] } |