Slack Toggle

Adds the possibility to toggle the display of a section in slack

What is Slack Toggle?

Slack Toggle is a Chrome extension developed by http://keiruaprod.fr, and its main feature is "Adds the possibility to toggle the display of a section in slack".

Extension Screenshots

screenshot

Download Slack Toggle Extension CRX File

Download Slack Toggle 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

                        This extension allows you to toggle the display of the elements of the different categories of channels : starred, channels, direct messages and private groups.                    

Extension Basic Information

Name Slack Toggle Slack Toggle
ID ddcippobpbmaanbnaeapbelmjopbahli
Official URL https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli
Description Adds the possibility to toggle the display of a section in slack
File Size 127 KB
Installation Count 26
Current Version 1.0
Last Updated 2015-01-14
Publish Date 2015-01-14
Developer http://keiruaprod.fr
Payment Type free
Supported Languages 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'"
}