Slack Hide Typing

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

Slack Hide Typing क्या है?

Slack Hide Typing Andrew Conner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This lightweight extension prevents Slack from sending a typing status to channels and private messages."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Slack Hide Typing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}