Slack Channel Category

enable to categorize your slack channels

什么是Slack Channel Category?

Slack Channel Category是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“enable to categorize your slack channels”。

扩展截图

screenshot

下载Slack Channel Category扩展crx文件

下载Slack Channel Category扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        --------------------------

This extension enable you to categorize slack channels.
By categorizing channels, you can find target channels quickly.

If you are not satisfied with channels division by only Star,
this extension is surely useful for you.


After installing this extension, you can create category for displaying channels separately.
You can do following actions to created categories.

- rename: change the name of the category
- edit: add channels to the category / remove channels from the category
- delete: delete the category

github: https://github.com/yamy1114ky/slack-channel-category                    

扩展基本信息

名称 Slack Channel Category Slack Channel Category
ID djlkdalfneeoooaehkajnofonbnjfmph
官方URL https://chromewebstore.google.com/detail/slack-channel-category/djlkdalfneeoooaehkajnofonbnjfmph
简介 enable to categorize your slack channels
文件大小 17.11 KB
安装次数 64
当前版本 1.0.1.3
更新时间 2019-12-22
上架时间 2019-12-21
评分 5.00/5 共2次评分
开发者 Unknown
付费类型 free
扩展官网 https://github.com/yamy1114ky/slack-channel-category
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Slack Channel Category",
    "version": "1.0.1.3",
    "description": "enable to categorize your slack channels",
    "homepage_url": "https:\/\/github.com\/yamy1114ky\/slack-channel-category",
    "icons": {
        "16": ".\/icon\/icon16.png",
        "48": ".\/icon\/icon48.png",
        "128": ".\/icon\/icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.slack.com\/*"
            ],
            "js": [
                ".\/bundle.js"
            ]
        }
    ]
}