Slack Channels Group Color

Make Slack channel groups easily recognizable by color.

Slack Channels Group Colorとは何ですか?

Slack Channels Group Colorはmachaによって開発されたChromeの拡張機能で、その主な機能は「Make Slack channel groups easily recognizable by color.」です。

拡張機能のスクリーンショット

screenshot
screenshot

Slack Channels Group Color拡張機能のCRXファイルをダウンロード

Slack Channels Group Color拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Set background color for Slack channel names by group.

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

拡張機能の基本情報

名前 Slack Channels Group Color Slack Channels Group Color
ID iimkhobjenimplonenaihpodnahafkhd
公式URL https://chromewebstore.google.com/detail/slack-channels-group-colo/iimkhobjenimplonenaihpodnahafkhd
説明 Make Slack channel groups easily recognizable by color.
ファイルサイズ 65.18 KB
インストール数 38
現在のバージョン 0.0.3
最終更新日 2022-07-16
公開日 2022-07-16
開発者 macha
Eメール [email protected]
支払い方法 free
対応言語 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__"
}