Slack Classic Navigation

The extension restores old slack navigation

Was ist Slack Classic Navigation?

Slack Classic Navigation ist eine Chrome-Erweiterung, die von https://organice.app entwickelt wurde, und ihr Hauptmerkmal ist "The extension restores old slack navigation".

Erweiterungsscreenshots

screenshot

Slack Classic Navigation-Erweiterungs-CRX-Datei herunterladen

Laden Sie Slack Classic Navigation-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Slack Classic Navigation Slack Classic Navigation
ID gofbclmgmbglnfdhmdpcpdllmglcgcmo
Offizielle URL https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo
Beschreibung The extension restores old slack navigation
Dateigröße 6.46 KB
Installationsanzahl 203
Aktuelle Version 0.0.1
Letztes Update 2023-09-21
Veröffentlichungsdatum 2023-09-20
Bewertung 4.00/5 Insgesamt 4 Bewertungen
Entwickler https://organice.app
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://organice.app/
Unterstützte Sprachen 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": []
}