Slack Toggle

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

Wat is Slack Toggle?

Slack Toggle is een Chrome-extensie ontwikkeld door http://keiruaprod.fr, en de belangrijkste functie is "Adds the possibility to toggle the display of a section in slack".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slack Toggle

Download Slack Toggle-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Slack Toggle Slack Toggle
ID ddcippobpbmaanbnaeapbelmjopbahli
Officiële URL https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli
Beschrijving Adds the possibility to toggle the display of a section in slack
Bestandsgrootte 127 KB
Aantal Installaties 26
Huidige Versie 1.0
Laatst Bijgewerkt 2015-01-14
Publicatiedatum 2015-01-14
Ontwikkelaar http://keiruaprod.fr
Betalingswijze free
Ondersteunde Talen 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'"
}