Slack Classic Navigation
The extension restores old slack navigation
What is Slack Classic Navigation?
Slack Classic Navigation is a Chrome extension developed by https://organice.app, and its main feature is "The extension restores old slack navigation".
Extension Screenshots
Download Slack Classic Navigation Extension CRX File
Download Slack Classic Navigation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The part of the Slack community is unhappy that Slack does not allow the rollback of the new design. If you are used to the classic Slack Navigation design and want to continue using it, this extension will help you.
Extension Basic Information
Name | Slack Classic Navigation |
ID | gofbclmgmbglnfdhmdpcpdllmglcgcmo |
Official URL | https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo |
Description | The extension restores old slack navigation |
File Size | 6.46 KB |
Installation Count | 203 |
Current Version | 0.0.1 |
Last Updated | 2023-09-21 |
Publish Date | 2023-09-20 |
Rating | 4.00/5 Total 4 Ratings |
Developer | https://organice.app |
[email protected] | |
Payment Type | free |
Extension Website | https://organice.app/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Slack Classic Navigation", "version": "0.0.1", "description": "The extension restores old slack navigation", "icons": { "16": "logo128.png", "48": "logo128.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.slack.com\/client\/*" ], "js": [ ".\/static\/js\/content.js" ] } ], "permissions": [] } |