Slack Easy Delete

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

什麼是Slack Easy Delete?

Slack Easy Delete是由Gunar C. Gessner開發的Chrome擴展程式,該擴展的主要功能是“Use Control+Shift+Space delete the message under the cursor.”。

擴展截圖

screenshot

下載Slack Easy Delete擴展crx文件

下載Slack Easy Delete擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Slack Easy Delete Slack Easy Delete
ID aofnbjmngnhhacenlhfdodidiebiicob
官方網址 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"
    }
}