Keyboard Shortcuts for Messenger
Keyboard shortcuts for Facebook Messenger (messenger.com).
Keyboard Shortcuts for Messenger क्या है?
Keyboard Shortcuts for Messenger Allen Guo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Keyboard shortcuts for Facebook Messenger (messenger.com)."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Keyboard Shortcuts for Messenger एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
सहायता पृष्ठ 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" ] } |