Slack Hide Typing

This lightweight extension prevents Slack from sending a typing status to channels and private messages.

ما هو Slack Hide Typing؟

Slack Hide Typing هو إضافة Chrome تم تطويرها بواسطة Andrew Conner، والميزة الرئيسية لها هي "This lightweight extension prevents Slack from sending a typing status to channels and private messages.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Slack Hide Typing

قم بتنزيل ملفات الامتداد Slack Hide Typing بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Slack Hide Typing prevents the Slack website from sending typing indications to other users. You will be able to still see when other people are typing, unless they're also using this extension.

The source is available at: https://github.com/andrewconner/slack-hide-typing                    

معلومات أساسية عن التمديد

الاسم Slack Hide Typing Slack Hide Typing
ID oeedcdnohdcpcadbjakljhnmdlhcgnch
عنوان URL الرسمي https://chromewebstore.google.com/detail/slack-hide-typing/oeedcdnohdcpcadbjakljhnmdlhcgnch
الوصف This lightweight extension prevents Slack from sending a typing status to channels and private messages.
حجم الملف 41.73 KB
عدد التثبيتات 516
النسخة الحالية 2.1.0
آخر تحديث 2023-06-02
تاريخ النشر 2019-07-23
تقييم 4.20/5 مجموع تقييمات 5
المطور Andrew Conner
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.andrewconner.org/slack-hide-typing
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Slack Hide Typing",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "This lightweight extension prevents Slack from sending a typing status to channels and private messages.",
    "homepage_url": "http:\/\/www.andrewconner.org\/slack-hide-typing",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "512": "icons\/icon512.png"
    },
    "permissions": [
        "https:\/\/*.slack.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.slack.com\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}