Keyboard Shortcuts for Messenger

Keyboard shortcuts for Facebook Messenger (messenger.com).

Keyboard Shortcuts for Messenger란 무엇입니까?

Keyboard Shortcuts for Messenger은(는) Allen Guo에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyboard shortcuts for Facebook Messenger (messenger.com)."입니다.

확장 프로그램 스크린샷

screenshot

Keyboard Shortcuts for Messenger 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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