Slack Classic Navigation
The extension restores old slack navigation
Slack Classic Navigation là gì?
Slack Classic Navigation là một tiện ích mở rộng Chrome được phát triển bởi https://organice.app, và tính năng chính của nó là "The extension restores old slack navigation".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Slack Classic Navigation
Tải xuống các tệp mở rộng Slack Classic Navigation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Slack Classic Navigation |
ID | gofbclmgmbglnfdhmdpcpdllmglcgcmo |
URL Chính Thức | https://chromewebstore.google.com/detail/slack-classic-navigation/gofbclmgmbglnfdhmdpcpdllmglcgcmo |
Mô tả | The extension restores old slack navigation |
Kích Thước Tệp | 6.46 KB |
Số Lần Cài Đặt | 203 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-09-21 |
Ngày Phát Hành | 2023-09-20 |
Đánh Giá | 4.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://organice.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://organice.app/ |
Ngôn Ngữ Được Hỗ Trợ | 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": [] } |