Slack Classic Navigation
The extension restores old slack navigation
Qu'est-ce que Slack Classic Navigation ?
Slack Classic Navigation est une extension Chrome développée par https://organice.app, et sa fonction principale est "The extension restores old slack navigation".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Slack Classic Navigation
Téléchargez les fichiers d'extension Slack Classic Navigation au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Slack Classic Navigation |
ID | gofbclmgmbglnfdhmdpcpdllmglcgcmo |
URL Officiel | https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo |
Description | The extension restores old slack navigation |
Taille du Fichier | 6.46 KB |
Nombre d'Installations | 203 |
Version Actuelle | 0.0.1 |
Dernière Mise à Jour | 2023-09-21 |
Date de Publication | 2023-09-20 |
Évaluation | 4.00/5 Total 4 Évaluations |
Développeur | https://organice.app |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://organice.app/ |
Langues Prises en Charge | 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": [] } |