Slack Hide Typing

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

Slack Hide Typing là gì?

Slack Hide Typing là một tiện ích mở rộng Chrome được phát triển bởi Andrew Conner, và tính năng chính của nó là "This lightweight extension prevents Slack from sending a typing status to channels and private messages.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Slack Hide Typing

Tải xuống các tệp mở rộng Slack Hide Typing dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Slack Hide Typing Slack Hide Typing
ID oeedcdnohdcpcadbjakljhnmdlhcgnch
URL Chính Thức https://chromewebstore.google.com/detail/slack-hide-typing/oeedcdnohdcpcadbjakljhnmdlhcgnch
Mô tả This lightweight extension prevents Slack from sending a typing status to channels and private messages.
Kích Thước Tệp 41.73 KB
Số Lần Cài Đặt 516
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2023-06-02
Ngày Phát Hành 2019-07-23
Đánh Giá 4.20/5 Tổng số 5 Đánh Giá
Nhà Phát Triển Andrew Conner
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.andrewconner.org/slack-hide-typing
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}