Messenger Keyboard
Easily move between chats with only your keyboard
Vad är Messenger Keyboard?
Messenger Keyboard är en Chrome-tillägg utvecklad av Lubien, och dess huvudfunktion är "Easily move between chats with only your keyboard".
Tilläggsskärmbilder
Ladda ner Messenger Keyboard-förlängningens CRX-fil
Ladda ner Messenger Keyboard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ckacahhcacfboibehhehiekknhjlagmd |
| Officiell webbadress | https://chromewebstore.google.com/detail/messenger-keyboard/ckacahhcacfboibehhehiekknhjlagmd |
| Beskrivning | Easily move between chats with only your keyboard |
| Filstorlek | 13.43 KB |
| Antal Installationer | 26 |
| Aktuell Version | 1.0.1 |
| Senast Uppdaterad | 2017-07-25 |
| Publiceringsdatum | 2017-07-25 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Lubien |
| Betalningssätt | free |
| Tilläggswebbplats | http://lubien.me |
| Stödda Språk | 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"
]
}
]
} | |