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
公式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"
    }
}