Slack Classic Navigation

The extension restores old slack navigation

Wat is Slack Classic Navigation?

Slack Classic Navigation is een Chrome-extensie ontwikkeld door https://organice.app, en de belangrijkste functie is "The extension restores old slack navigation".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Slack Classic Navigation

Download Slack Classic Navigation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Slack Classic Navigation Slack Classic Navigation
ID gofbclmgmbglnfdhmdpcpdllmglcgcmo
Officiële URL https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo
Beschrijving The extension restores old slack navigation
Bestandsgrootte 6.46 KB
Aantal Installaties 203
Huidige Versie 0.0.1
Laatst Bijgewerkt 2023-09-21
Publicatiedatum 2023-09-20
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar https://organice.app
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://organice.app/
Ondersteunde Talen 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": []
}