Slack Toggle
Adds the possibility to toggle the display of a section in slack
什么是Slack Toggle?
Slack Toggle是由http://keiruaprod.fr开发的Chrome扩展程序,该扩展的主要功能是“Adds the possibility to toggle the display of a section in slack”。
扩展截图
下载Slack Toggle扩展crx文件
下载Slack Toggle扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to toggle the display of the elements of the different categories of channels : starred, channels, direct messages and private groups.
扩展基本信息
名称 | |
ID | ddcippobpbmaanbnaeapbelmjopbahli |
官方URL | https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli |
简介 | Adds the possibility to toggle the display of a section in slack |
文件大小 | 127 KB |
安装次数 | 26 |
当前版本 | 1.0 |
更新时间 | 2015-01-14 |
上架时间 | 2015-01-14 |
开发者 | http://keiruaprod.fr |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Slack Toggle", "description": "Adds the possibility to toggle the display of a section in slack", "version": "1.0", "permissions": [ "tabs", "http:\/\/*.slack.com\/", "https:\/\/*.slack.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.slack.com\/*", "https:\/\/*.slack.com\/*" ], "js": [ "jquery-2.1.3.min.js", "slack-toggle.js" ] } ], "manifest_version": 2, "icons": { "48": "pictures\/slack-toggle-logo.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |