Slack Toggle

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

Qu'est-ce que Slack Toggle ?

Slack Toggle est une extension Chrome développée par http://keiruaprod.fr, et sa fonction principale est "Adds the possibility to toggle the display of a section in slack".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Slack Toggle

Téléchargez les fichiers d'extension Slack Toggle au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Slack Toggle Slack Toggle
ID ddcippobpbmaanbnaeapbelmjopbahli
URL Officiel https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli
Description Adds the possibility to toggle the display of a section in slack
Taille du Fichier 127 KB
Nombre d'Installations 26
Version Actuelle 1.0
Dernière Mise à Jour 2015-01-14
Date de Publication 2015-01-14
Développeur http://keiruaprod.fr
Type de Paiement free
Langues Prises en Charge 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'"
}