xKey: Discover website keyboard shortcuts
Make browsing more productive - Discover web accessibility shortcuts
什么是xKey: Discover website keyboard shortcuts?
xKey: Discover website keyboard shortcuts是由Akshay Surve开发的Chrome扩展程序,该扩展的主要功能是“Make browsing more productive - Discover web accessibility shortcuts”。
扩展截图
下载xKey: Discover website keyboard shortcuts扩展crx文件
下载xKey: Discover website keyboard shortcuts扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome extension to discover new web accessibility shortcuts for your favorite web apps. Visit Facebook.com or Wikipedia to test drive. Change to 'GOD mode' from the 'Extensions > Configure' page to reduce the number of keystrokes. Features: - Discover web accessibility shortcuts - GOD mode (vi - mode) can be used for accessing the same web accesible shortcuts but directly with a single keystorke instead of 'Control+Option+Char' in Mac or 'Alt+Char' Windows - Define custom xKey shortcuts using CSS selector based mechanism (only for developers) - Simple settings pages to configure settings
扩展基本信息
名称 | xKey: Discover website keyboard shortcuts |
ID | hhkgjbankdehdhlgpnbhnbeodknolokk |
官方URL | https://chromewebstore.google.com/detail/xkey-discover-website-key/hhkgjbankdehdhlgpnbhnbeodknolokk |
简介 | Make browsing more productive - Discover web accessibility shortcuts |
文件大小 | 177 KB |
安装次数 | 42 |
当前版本 | 0.0.1 |
更新时间 | 2014-03-29 |
上架时间 | 2014-03-28 |
评分 | 4.50/5 共2次评分 |
开发者 | Akshay Surve |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/startupjockey/xKey |
帮助页面URL | https://github.com/startupjockey/xKey/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "xKey: Discover website keyboard shortcuts", "version": "0.0.1", "manifest_version": 2, "description": "Make browsing more productive - Discover web accessibility shortcuts", "homepage_url": "http:\/\/github.com\/startupjockey\/xKey", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "options_page": "src\/options_custom\/index.html", "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.js", "js\/jquery.hotkeys.js", "src\/inject\/inject.js" ], "run_at": "document_idle", "all_frames": false } ], "background": { "persistent": false, "page": "src\/background\/background.html" }, "browser_action": { "default_title": "xKey - Shortcut keys", "default_icon": { "19": "icons\/icon19.png", "48": "icons\/icon48.png" }, "default_popup": "src\/popup\/popup.html" } } |