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"
            ]
        }
    ]
}