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 擴展基本資訊
| 名稱 | |
| ID | hhkgjbankdehdhlgpnbhnbeodknolokk |
| 官方網址 | 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"
}
} | |