xKey: Discover website keyboard shortcuts
Make browsing more productive - Discover web accessibility shortcuts
Cos'è xKey: Discover website keyboard shortcuts?
xKey: Discover website keyboard shortcuts è un'estensione di Chrome sviluppata da Akshay Surve, e la sua funzione principale è "Make browsing more productive - Discover web accessibility shortcuts".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione xKey: Discover website keyboard shortcuts
Scarica i file di estensione xKey: Discover website keyboard shortcuts in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | xKey: Discover website keyboard shortcuts |
ID | hhkgjbankdehdhlgpnbhnbeodknolokk |
URL Ufficiale | https://chromewebstore.google.com/detail/xkey-discover-website-key/hhkgjbankdehdhlgpnbhnbeodknolokk |
Descrizione | Make browsing more productive - Discover web accessibility shortcuts |
Dimensione del File | 177 KB |
Conteggio Installazioni | 42 |
Versione Corrente | 0.0.1 |
Ultimo Aggiornamento | 2014-03-29 |
Data di Pubblicazione | 2014-03-28 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | Akshay Surve |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/startupjockey/xKey |
URL della Pagina di Aiuto | https://github.com/startupjockey/xKey/issues |
Lingue Supportate | 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" } } |