Messenger Keyboard

Easily move between chats with only your keyboard

ما هو Messenger Keyboard؟

Messenger Keyboard هو إضافة Chrome تم تطويرها بواسطة Lubien، والميزة الرئيسية لها هي "Easily move between chats with only your keyboard".

لقطات شاشة التمديد

تحميل ملف CRX للإضافة Messenger Keyboard

قم بتنزيل ملفات الامتداد Messenger Keyboard بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Open Sourced at: https://github.com/lubien/messenger-keyboard

* Press Esc to show a blue cursor
* Go ▲ and ▼ between chats
* Jump ◄ to the first or ► to the last (loaded) chat
* Either hit Enter to open the chat or Esc stop moving
* You may also use vim styled mappings 'j' and 'k' to move                    

معلومات أساسية عن التمديد

الاسم Messenger Keyboard Messenger Keyboard
ID ckacahhcacfboibehhehiekknhjlagmd
عنوان URL الرسمي https://chromewebstore.google.com/detail/messenger-keyboard/ckacahhcacfboibehhehiekknhjlagmd
الوصف Easily move between chats with only your keyboard
حجم الملف 13.43 KB
عدد التثبيتات 26
النسخة الحالية 1.0.1
آخر تحديث 2017-07-25
تاريخ النشر 2017-07-25
تقييم 5.00/5 مجموع تقييمات 1
المطور Lubien
نوع الدفع free
موقع الإضافة http://lubien.me
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger Keyboard",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Easily move between chats with only your keyboard",
    "homepage_url": "http:\/\/lubien.me",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "https:\/\/www.messenger.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.messenger.com\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}