Messenger Keyboard
Easily move between chats with only your keyboard
What is Messenger Keyboard?
Messenger Keyboard is a Chrome extension developed by Lubien, and its main feature is "Easily move between chats with only your keyboard".
Extension Screenshots
Download Messenger Keyboard Extension CRX File
Download Messenger Keyboard extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Open Sourced at: https://github.com/lubien/messenger-keyboard * Press Esc to show a blue cursor * Go ▲ and ▼ between chats * Jump ◄ to the first or ► to the last (loaded) chat * Either hit Enter to open the chat or Esc stop moving * You may also use vim styled mappings 'j' and 'k' to move
Extension Basic Information
Name | Messenger Keyboard |
ID | ckacahhcacfboibehhehiekknhjlagmd |
Official URL | https://chromewebstore.google.com/detail/messenger-keyboard/ckacahhcacfboibehhehiekknhjlagmd |
Description | Easily move between chats with only your keyboard |
File Size | 13.43 KB |
Installation Count | 26 |
Current Version | 1.0.1 |
Last Updated | 2017-07-25 |
Publish Date | 2017-07-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Lubien |
Payment Type | free |
Extension Website | http://lubien.me |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Messenger Keyboard", "version": "1.0.1", "manifest_version": 2, "description": "Easily move between chats with only your keyboard", "homepage_url": "http:\/\/lubien.me", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "permissions": [ "https:\/\/www.messenger.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.messenger.com\/*" ], "css": [ "src\/inject\/inject.css" ], "js": [ "src\/inject\/inject.js" ] } ] } |