Messenger Keyboard

Easily move between chats with only your keyboard

Cos'è Messenger Keyboard?

Messenger Keyboard è un'estensione di Chrome sviluppata da Lubien, e la sua funzione principale è "Easily move between chats with only your keyboard".

Screenshot dell'Estensione

Scarica il file CRX dell'estensione Messenger Keyboard

Scarica i file di estensione Messenger Keyboard 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

                        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                    

Informazioni di Base sull'Estensione

Nome Messenger Keyboard Messenger Keyboard
ID ckacahhcacfboibehhehiekknhjlagmd
URL Ufficiale https://chromewebstore.google.com/detail/messenger-keyboard/ckacahhcacfboibehhehiekknhjlagmd
Descrizione Easily move between chats with only your keyboard
Dimensione del File 13.43 KB
Conteggio Installazioni 26
Versione Corrente 1.0.1
Ultimo Aggiornamento 2017-07-25
Data di Pubblicazione 2017-07-25
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore Lubien
Tipo di Pagamento free
Sito Web dell'Estensione http://lubien.me
Lingue Supportate 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"
            ]
        }
    ]
}