Slack Toggle
Adds the possibility to toggle the display of a section in slack
Co to jest Slack Toggle?
Slack Toggle to rozszerzenie Chrome opracowane przez http://keiruaprod.fr, a jego główną funkcją jest „Adds the possibility to toggle the display of a section in slack”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Slack Toggle
Pobierz pliki rozszerzeń Slack Toggle w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
This extension allows you to toggle the display of the elements of the different categories of channels : starred, channels, direct messages and private groups.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ddcippobpbmaanbnaeapbelmjopbahli |
Oficjalny URL | https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli |
Opis | Adds the possibility to toggle the display of a section in slack |
Rozmiar pliku | 127 KB |
Liczba instalacji | 26 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2015-01-14 |
Data Publikacji | 2015-01-14 |
Deweloper | http://keiruaprod.fr |
Typ Płatności | free |
Obsługiwane Języki | 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'" } |