Slack Toggle
Adds the possibility to toggle the display of a section in slack
Was ist Slack Toggle?
Slack Toggle ist eine Chrome-Erweiterung, die von http://keiruaprod.fr entwickelt wurde, und ihr Hauptmerkmal ist "Adds the possibility to toggle the display of a section in slack".
Erweiterungsscreenshots
Slack Toggle-Erweiterungs-CRX-Datei herunterladen
Laden Sie Slack Toggle-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension allows you to toggle the display of the elements of the different categories of channels : starred, channels, direct messages and private groups.
Grundlegende Informationen zur Erweiterung
Name | |
ID | ddcippobpbmaanbnaeapbelmjopbahli |
Offizielle URL | https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli |
Beschreibung | Adds the possibility to toggle the display of a section in slack |
Dateigröße | 127 KB |
Installationsanzahl | 26 |
Aktuelle Version | 1.0 |
Letztes Update | 2015-01-14 |
Veröffentlichungsdatum | 2015-01-14 |
Entwickler | http://keiruaprod.fr |
Zahlungsart | free |
Unterstützte Sprachen | 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'" } |