Slack Classic Navigation
The extension restores old slack navigation
什麼是Slack Classic Navigation?
Slack Classic Navigation是由https://organice.app開發的Chrome擴展程式,該擴展的主要功能是“The extension restores old slack navigation”。
擴展截圖
下載Slack Classic Navigation擴展crx文件
下載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 |
ID | gofbclmgmbglnfdhmdpcpdllmglcgcmo |
官方網址 | 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": [] } |