Slack Easy Delete
Use Control+Shift+Space delete the message under the cursor.
Slack Easy Delete क्या है?
Slack Easy Delete Gunar C. Gessner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use Control+Shift+Space delete the message under the cursor."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Slack Easy Delete एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
In Slack, use Control+Shift+Space to delete the message under the cursor.
एक्सटेंशन की मूल जानकारी
नाम | Slack Easy Delete |
ID | aofnbjmngnhhacenlhfdodidiebiicob |
आधिकारिक URL | https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob |
विवरण | Use Control+Shift+Space delete the message under the cursor. |
फ़ाइल का आकार | 9.67 KB |
स्थापना संख्या | 214 |
वर्तमान संस्करण | 5.0.3 |
अंतिम अपडेट | 2018-07-25 |
प्रकाशन तिथि | 2018-07-25 |
रेटिंग | 1.93/5 कुल 15 रेटिंग्स |
डेवलपर | Gunar C. Gessner |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/gunar/slack-delete |
सहायता पृष्ठ URL | https://github.com/gunar/slack-delete/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "exclude_globs": [], "include_globs": [ "*" ], "js": [ "inject.js" ], "matches": [ "https:\/\/*.slack.com\/messages\/*", "http:\/\/*.slack.com\/messages\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ "index.js", "promise-queue.js" ], "converted_from_user_script": true, "description": "Use Control+Shift+Space delete the message under the cursor.", "name": "Slack Easy Delete", "version": "5.0.3", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |