Slack Easy Delete

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

Slack Easy Deleteคืออะไร?

Slack Easy Delete เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gunar C. Gessner และคุณลักษณะหลักของมันคือ "Use Control+Shift+Space delete the message under the cursor."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack Easy Delete

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}