Slack Classic Navigation

The extension restores old slack navigation

Hvad er Slack Classic Navigation?

Slack Classic Navigation er en Chrome-udvidelse udviklet af https://organice.app, og dens hovedfunktion er "The extension restores old slack navigation".

Udvidelsesskærmbilleder

screenshot

Download Slack Classic Navigation-udvidelses-CRX-fil

Download Slack Classic Navigation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn Slack Classic Navigation Slack Classic Navigation
ID gofbclmgmbglnfdhmdpcpdllmglcgcmo
Officiel URL https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo
Beskrivelse The extension restores old slack navigation
Filstørrelse 6.46 KB
Antal Installationer 203
Nuværende Version 0.0.1
Senest Opdateret 2023-09-21
Udgivelsesdato 2023-09-20
Bedømmelse 4.00/5 Samlet 4 Bedømmelser
Udvikler https://organice.app
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://organice.app/
Understøttede Sprog 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": []
}