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 |
| 公式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 |
| Eメール | [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"
}
} | |