xKey: Discover website keyboard shortcuts
Make browsing more productive - Discover web accessibility shortcuts
Qu'est-ce que xKey: Discover website keyboard shortcuts ?
xKey: Discover website keyboard shortcuts est une extension Chrome développée par Akshay Surve, et sa fonction principale est "Make browsing more productive - Discover web accessibility shortcuts".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension xKey: Discover website keyboard shortcuts
Téléchargez les fichiers d'extension xKey: Discover website keyboard shortcuts au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | xKey: Discover website keyboard shortcuts |
ID | hhkgjbankdehdhlgpnbhnbeodknolokk |
URL Officiel | https://chromewebstore.google.com/detail/xkey-discover-website-key/hhkgjbankdehdhlgpnbhnbeodknolokk |
Description | Make browsing more productive - Discover web accessibility shortcuts |
Taille du Fichier | 177 KB |
Nombre d'Installations | 42 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2014-03-29 |
Date de Publication | 2014-03-28 |
Évaluation | 4.50/5 Total 2 Évaluations |
Développeur | Akshay Surve |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/startupjockey/xKey |
URL de la Page d'Aide | https://github.com/startupjockey/xKey/issues |
Langues Prises en Charge | 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" } } |