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