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 |
官方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": [] } |