-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fcd2c1
commit e71d23f
Showing
1 changed file
with
14 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,15 @@ | ||
# slack-workspace-switcher-for-all | ||
# Slack Workspace Switcher For All | ||
|
||
This is a Chrome extension, which enables workspace switcher for browser app (similar to Chrome OS / desktop apps) | ||
|
||
The extension works by spoofing `navigator.userAgent` in a way that Slack thinks we are using ChromeOS. This triggers loading of the workspace switcher to the left sidebar. | ||
|
||
Installation: | ||
|
||
1. Clone/download contents of this repository and unzip the package if you downloaded zip. | ||
|
||
2. Enable developer mode in Chrome. Go to Settings -> Extensions -> toggle Developer mode in right top corner. | ||
|
||
3. Click "Load unpacked", find the folder where you unzipped/cloned the extension, click OK. | ||
|
||
4. Open new tab with Slack. If you are signed into multiple workspaces, icon for each workspace should be now available in left sidebar. |