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 |
Eメール | [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": [] } |