Slack Channels Group Color

Make Slack channel groups easily recognizable by color.

Apa itu Slack Channels Group Color?

Slack Channels Group Color adalah ekstensi Chrome yang dikembangkan oleh macha, dan fitur utamanya adalah "Make Slack channel groups easily recognizable by color.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Slack Channels Group Color

Unduh file ekstensi Slack Channels Group Color dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Set background color for Slack channel names by group.

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

Informasi Dasar Ekstensi

Nama Slack Channels Group Color Slack Channels Group Color
ID iimkhobjenimplonenaihpodnahafkhd
URL Resmi https://chromewebstore.google.com/detail/slack-channels-group-colo/iimkhobjenimplonenaihpodnahafkhd
Deskripsi Make Slack channel groups easily recognizable by color.
Ukuran File 65.18 KB
Jumlah Instalasi 38
Versi Saat Ini 0.0.3
Terakhir Diperbarui 2022-07-16
Tanggal Publikasi 2022-07-16
Pengembang macha
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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__"
}