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).".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Keyboard Shortcuts for Messenger
قم بتنزيل ملفات الامتداد Keyboard Shortcuts for Messenger بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | http://aguo.us/projects/ksm/privacy.html |
عنوان صفحة سياسة الخصوصية | 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" ] } |