Messenger Keyboard
Easily move between chats with only your keyboard
Messenger Keyboardคืออะไร?
Messenger Keyboard เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Lubien และคุณลักษณะหลักของมันคือ "Easily move between chats with only your keyboard"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Messenger Keyboard
ดาวน์โหลดไฟล์ส่วนขยาย 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Messenger Keyboard |
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" ] } ] } |