Slack Easy Delete

Use Control+Shift+Space delete the message under the cursor.

What is Slack Easy Delete?

Slack Easy Delete is a Chrome extension developed by Gunar C. Gessner, and its main feature is "Use Control+Shift+Space delete the message under the cursor.".

Extension Screenshots

screenshot

Download Slack Easy Delete Extension CRX File

Download Slack Easy Delete extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        In Slack, use Control+Shift+Space to delete the message under the cursor.                    

Extension Basic Information

Name Slack Easy Delete Slack Easy Delete
ID aofnbjmngnhhacenlhfdodidiebiicob
Official URL https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob
Description Use Control+Shift+Space delete the message under the cursor.
File Size 9.67 KB
Installation Count 214
Current Version 5.0.3
Last Updated 2018-07-25
Publish Date 2018-07-25
Rating 1.93/5 Total 15 Ratings
Developer Gunar C. Gessner
Payment Type free
Extension Website https://github.com/gunar/slack-delete
Help Page URL https://github.com/gunar/slack-delete/issues
Supported Languages 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"
    }
}