Slack Classic Navigation

The extension restores old slack navigation

Slack Classic Navigationคืออะไร?

Slack Classic Navigation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://organice.app และคุณลักษณะหลักของมันคือ "The extension restores old slack navigation"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Slack Classic Navigation

ดาวน์โหลดไฟล์ส่วนขยาย Slack Classic Navigation ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Slack Classic Navigation Slack Classic Navigation
ID gofbclmgmbglnfdhmdpcpdllmglcgcmo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo
คำอธิบาย The extension restores old slack navigation
ขนาดไฟล์ 6.46 KB
จำนวนการติดตั้ง 203
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-09-21
วันที่เผยแพร่ 2023-09-20
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://organice.app
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://organice.app/
ภาษาที่รองรับ 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": []
}