Keyboard Shortcuts for Messenger

Keyboard shortcuts for Facebook Messenger (messenger.com).

Keyboard Shortcuts for Messengerคืออะไร?

Keyboard Shortcuts for Messenger เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Allen Guo และคุณลักษณะหลักของมันคือ "Keyboard shortcuts for Facebook Messenger (messenger.com)."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyboard Shortcuts for Messenger

ดาวน์โหลดไฟล์ส่วนขยาย Keyboard Shortcuts for Messenger ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Keyboard Shortcuts for Messenger Keyboard Shortcuts for Messenger
ID elgfaolomlhhmppjdicpgpmglkllebfb
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keyboard-shortcuts-for-me/elgfaolomlhhmppjdicpgpmglkllebfb
คำอธิบาย Keyboard shortcuts for Facebook Messenger (messenger.com).
ขนาดไฟล์ 8.06 KB
จำนวนการติดตั้ง 376
เวอร์ชันปัจจุบัน 4.0.3
อัปเดตครั้งล่าสุด 2022-11-17
วันที่เผยแพร่ 2020-04-29
คะแนน 4.89/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Allen Guo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/guoguo12/messenger-shortcuts
URL หน้าช่วยเหลือ http://aguo.us/projects/ksm/privacy.html
URL หน้านโยบายความเป็นส่วนตัว http://aguo.us/projects/ksm/privacy.html
ภาษาที่รองรับ 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"
    ]
}