Slack Classic Navigation
The extension restores old slack navigation
Vad är Slack Classic Navigation?
Slack Classic Navigation är en Chrome-tillägg utvecklad av https://organice.app, och dess huvudfunktion är "The extension restores old slack navigation".
Tilläggsskärmbilder
Ladda ner Slack Classic Navigation-förlängningens CRX-fil
Ladda ner Slack Classic Navigation-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
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.
Grundläggande Information om Tillägg
Namn | Slack Classic Navigation |
ID | gofbclmgmbglnfdhmdpcpdllmglcgcmo |
Officiell webbadress | https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo |
Beskrivning | The extension restores old slack navigation |
Filstorlek | 6.46 KB |
Antal Installationer | 203 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2023-09-21 |
Publiceringsdatum | 2023-09-20 |
Betyg | 4.00/5 Totalt 4 Betyg |
Utvecklare | https://organice.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://organice.app/ |
Stödda Språk | 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": [] } |