Slack Classic Navigation

The extension restores old slack navigation

Apa itu Slack Classic Navigation?

Slack Classic Navigation adalah ekstensi Chrome yang dikembangkan oleh https://organice.app, dan fitur utamanya adalah "The extension restores old slack navigation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Slack Classic Navigation

Unduh file ekstensi Slack Classic Navigation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Slack Classic Navigation Slack Classic Navigation
ID gofbclmgmbglnfdhmdpcpdllmglcgcmo
URL Resmi https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo
Deskripsi The extension restores old slack navigation
Ukuran File 6.46 KB
Jumlah Instalasi 203
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2023-09-21
Tanggal Publikasi 2023-09-20
Penilaian 4.00/5 Total 4 Penilaian
Pengembang https://organice.app
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://organice.app/
Bahasa yang Didukung 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": []
}