Slack Channels Group Color
Make Slack channel groups easily recognizable by color.
What is Slack Channels Group Color?
Slack Channels Group Color is a Chrome extension developed by macha, and its main feature is "Make Slack channel groups easily recognizable by color.".
Extension Screenshots
Download Slack Channels Group Color Extension CRX File
Download Slack Channels Group Color extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Set background color for Slack channel names by group. Groups correspond to hyphen (-) and underscore (_) separators. - prefix-name - prefix_name
Extension Basic Information
Name | Slack Channels Group Color |
ID | iimkhobjenimplonenaihpodnahafkhd |
Official URL | https://chromewebstore.google.com/detail/slack-channels-group-colo/iimkhobjenimplonenaihpodnahafkhd |
Description | Make Slack channel groups easily recognizable by color. |
File Size | 65.18 KB |
Installation Count | 38 |
Current Version | 0.0.3 |
Last Updated | 2022-07-16 |
Publish Date | 2022-07-16 |
Developer | macha |
[email protected] | |
Payment Type | free |
Supported Languages | 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__" } |