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开发的Chrome扩展程序,该扩展的主要功能是“This lightweight extension prevents Slack from sending a typing status to channels and private messages.”。

扩展截图

screenshot

下载Slack Hide Typing扩展crx文件

下载Slack Hide Typing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
            ]
        }
    ]
}