Messenger Keyboard
Easily move between chats with only your keyboard
Wat is Messenger Keyboard?
Messenger Keyboard is een Chrome-extensie ontwikkeld door Lubien, en de belangrijkste functie is "Easily move between chats with only your keyboard".
Extensie Screenshots
Download het CRX-bestand van de extensie Messenger Keyboard
Download Messenger Keyboard-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 Basisinformatie over de Extensie
| Naam | |
| ID | ckacahhcacfboibehhehiekknhjlagmd |
| Officiële URL | https://chromewebstore.google.com/detail/messenger-keyboard/ckacahhcacfboibehhehiekknhjlagmd |
| Beschrijving | Easily move between chats with only your keyboard |
| Bestandsgrootte | 13.43 KB |
| Aantal Installaties | 26 |
| Huidige Versie | 1.0.1 |
| Laatst Bijgewerkt | 2017-07-25 |
| Publicatiedatum | 2017-07-25 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Lubien |
| Betalingswijze | free |
| Extensiewebsite | http://lubien.me |
| Ondersteunde Talen | 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"
]
}
]
} | |