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"
]
}
]
} | |