Slack Toggle
Adds the possibility to toggle the display of a section in slack
Vad är Slack Toggle?
Slack Toggle är en Chrome-tillägg utvecklad av http://keiruaprod.fr, och dess huvudfunktion är "Adds the possibility to toggle the display of a section in slack".
Tilläggsskärmbilder
Ladda ner Slack Toggle-förlängningens CRX-fil
Ladda ner Slack Toggle-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
This extension allows you to toggle the display of the elements of the different categories of channels : starred, channels, direct messages and private groups.
Grundläggande Information om Tillägg
Namn | |
ID | ddcippobpbmaanbnaeapbelmjopbahli |
Officiell webbadress | https://chrome.google.com/webstore/detail/slack-toggle/ddcippobpbmaanbnaeapbelmjopbahli |
Beskrivning | Adds the possibility to toggle the display of a section in slack |
Filstorlek | 127 KB |
Antal Installationer | 26 |
Aktuell Version | 1.0 |
Senast Uppdaterad | 2015-01-14 |
Publiceringsdatum | 2015-01-14 |
Utvecklare | http://keiruaprod.fr |
Betalningssätt | free |
Stödda Språk | 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'" } |