Keyboard Shortcuts for Messenger
Keyboard shortcuts for Facebook Messenger (messenger.com).
Keyboard Shortcuts for Messenger là gì?
Keyboard Shortcuts for Messenger là một tiện ích mở rộng Chrome được phát triển bởi Allen Guo, và tính năng chính của nó là "Keyboard shortcuts for Facebook Messenger (messenger.com).".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Keyboard Shortcuts for Messenger
Tải xuống các tệp mở rộng Keyboard Shortcuts for Messenger dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Want to stay online but too tired to move your mouse? We've all been there. Keyboard Shortcuts for Messenger has you covered. With KSM, you'll be able to compose messages and jump between conversations with ease and agility -- all without clicking anything! This extension is open source! Contribute your ideas and comments at http://goo.gl/PVw7ub. View our privacy policy at http://aguo.us/projects/ksm/privacy.html.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Keyboard Shortcuts for Messenger |
ID | elgfaolomlhhmppjdicpgpmglkllebfb |
URL Chính Thức | https://chromewebstore.google.com/detail/keyboard-shortcuts-for-me/elgfaolomlhhmppjdicpgpmglkllebfb |
Mô tả | Keyboard shortcuts for Facebook Messenger (messenger.com). |
Kích Thước Tệp | 8.06 KB |
Số Lần Cài Đặt | 376 |
Phiên Bản Hiện Tại | 4.0.3 |
Cập Nhật Lần Cuối | 2022-11-17 |
Ngày Phát Hành | 2020-04-29 |
Đánh Giá | 4.89/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | Allen Guo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/guoguo12/messenger-shortcuts |
URL Trang Trợ Giúp | http://aguo.us/projects/ksm/privacy.html |
URL Trang Chính Sách Bảo Mật | http://aguo.us/projects/ksm/privacy.html |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Keyboard Shortcuts for Messenger", "version": "4.0.3", "description": "Keyboard shortcuts for Facebook Messenger (messenger.com).", "manifest_version": 2, "content_scripts": [ { "matches": [ "*:\/\/www.messenger.com\/*" ], "js": [ "messenger-shortcuts.js" ] } ], "permissions": [ "*:\/\/www.messenger.com\/*", "*:\/\/www.facebook.com\/messages\/*" ], "icons": { "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "https:\/\/github.com\/guoguo12\/messenger-shortcuts", "web_accessible_resources": [ "lang\/*.json" ] } |