Slack Channels Group Color

Make Slack channel groups easily recognizable by color.

Slack Channels Group Color là gì?

Slack Channels Group Color là một tiện ích mở rộng Chrome được phát triển bởi macha, và tính năng chính của nó là "Make Slack channel groups easily recognizable by color.".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng Slack Channels Group Color 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

                        Set background color for Slack channel names by group.

Groups correspond to hyphen (-) and underscore (_) separators.
- prefix-name
- prefix_name                    

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

Tên Slack Channels Group Color Slack Channels Group Color
ID iimkhobjenimplonenaihpodnahafkhd
URL Chính Thức https://chromewebstore.google.com/detail/slack-channels-group-colo/iimkhobjenimplonenaihpodnahafkhd
Mô tả Make Slack channel groups easily recognizable by color.
Kích Thước Tệp 65.18 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 0.0.3
Cập Nhật Lần Cuối 2022-07-16
Ngày Phát Hành 2022-07-16
Nhà Phát Triển macha
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.3",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "64": "img\/icon_64.png",
        "128": "img\/icon_128.png",
        "512": "img\/icon_512.png"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "css": [
                "css\/contents.css"
            ],
            "js": [
                "plugin\/jquery.min.js",
                "js\/contents.js"
            ],
            "include_globs": [
                "https:\/\/app.slack.com\/*"
            ],
            "matches": [
                "http:\/\/app.slack.com\/*",
                "https:\/\/app.slack.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__"
}