Slack Easy Delete

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

Apa itu Slack Easy Delete?

Slack Easy Delete adalah ekstensi Chrome yang dikembangkan oleh Gunar C. Gessner, dan fitur utamanya adalah "Use Control+Shift+Space delete the message under the cursor.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Slack Easy Delete

Unduh file ekstensi Slack Easy Delete dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Slack Easy Delete Slack Easy Delete
ID aofnbjmngnhhacenlhfdodidiebiicob
URL Resmi https://chromewebstore.google.com/detail/slack-easy-delete/aofnbjmngnhhacenlhfdodidiebiicob
Deskripsi Use Control+Shift+Space delete the message under the cursor.
Ukuran File 9.67 KB
Jumlah Instalasi 214
Versi Saat Ini 5.0.3
Terakhir Diperbarui 2018-07-25
Tanggal Publikasi 2018-07-25
Penilaian 1.93/5 Total 15 Penilaian
Pengembang Gunar C. Gessner
Tipe Pembayaran free
Situs Ekstensi https://github.com/gunar/slack-delete
URL Halaman Bantuan https://github.com/gunar/slack-delete/issues
Bahasa yang Didukung 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"
    }
}