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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}