Slack Channel Category
enable to categorize your slack channels
什麼是Slack Channel Category?
Slack Channel Category是由Unknown開發的Chrome擴展程式,該擴展的主要功能是“enable to categorize your slack channels”。
擴展截圖
下載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 |
ID | djlkdalfneeoooaehkajnofonbnjfmph |
官方網址 | 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" ] } ] } |