Messenger Keyboard
Easily move between chats with only your keyboard
什麼是Messenger Keyboard?
Messenger Keyboard是由Lubien開發的Chrome擴展程式,該擴展的主要功能是“Easily move between chats with only your keyboard”。
擴展截圖
下載Messenger Keyboard擴展crx文件
下載Messenger Keyboard擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 擴展基本資訊
| 名稱 | |
| ID | ckacahhcacfboibehhehiekknhjlagmd |
| 官方網址 | https://chromewebstore.google.com/detail/messenger-keyboard/ckacahhcacfboibehhehiekknhjlagmd |
| 簡介 | Easily move between chats with only your keyboard |
| 檔案大小 | 13.43 KB |
| 安裝次數 | 26 |
| 目前版本 | 1.0.1 |
| 更新時間 | 2017-07-25 |
| 上架時間 | 2017-07-25 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Lubien |
| 付費類型 | free |
| 擴展官網 | http://lubien.me |
| 支援的語言 | 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"
]
}
]
} | |