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ファイルをダウンロード

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
Eメール [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"
    ]
}