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 |
| 官方URL | 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"
]
}
]
} | |