Open Slack in Browser, not App
Open Slack in Browser, not App
什么是Open Slack in Browser, not App?
Open Slack in Browser, not App是由yume开发的Chrome扩展程序,该扩展的主要功能是“Open Slack in Browser, not App”。
扩展截图
下载Open Slack in Browser, not App扩展crx文件
下载Open Slack in Browser, not App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension automatically redirect to the slack link with your browser, not open slack app. Nothing more, nothing less. You don't have to download and install slack app in your machine once you install this extension. You can continue to use slack through a Chrome browser. If you are feeling irritated with "Opening link in Slack... You will be redirected in a few moments. Don't have the app yet? Download Slack for Desktop Or, you can open this link in your browser" No more getting annoyed. You don't need to install Slack App. スラックのリンクをブラウザで開くとappを開こうとしてきます。 このextensionはappを開くことなくブラウザのままリンクに飛ぶようにするだけのシンプルな拡張機能です。
扩展基本信息
名称 | Open Slack in Browser, not App |
ID | jkgehijlkoolgcjifalbiicaomkngakb |
官方URL | https://chromewebstore.google.com/detail/open-slack-in-browser-not/jkgehijlkoolgcjifalbiicaomkngakb |
简介 | Open Slack in Browser, not App |
文件大小 | 17.19 KB |
安装次数 | 1,832 |
当前版本 | 1.0.2 |
更新时间 | 2023-03-20 |
上架时间 | 2019-06-05 |
评分 | 5.00/5 共10次评分 |
开发者 | yume |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "content.js" ], "matches": [ "http:\/\/*.slack.com\/archives\/*", "https:\/\/*.slack.com\/archives\/*" ] } ], "description": "Open Slack in Browser, not App", "icons": { "128": "icons\/icon.png", "16": "icons\/icon.png", "48": "icons\/icon.png" }, "manifest_version": 3, "name": "Open Slack in Browser, not App", "version": "1.0.2" } |