Force Slack in Browser
Force Slack to open archive links in the browser not the desktop app.
什么是Force Slack in Browser?
Force Slack in Browser是由Jeff Wear开发的Chrome扩展程序,该扩展的主要功能是“Force Slack to open archive links in the browser not the desktop app.”。
扩展截图
下载Force Slack in Browser扩展crx文件
下载Force Slack in Browser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
See https://github.com/wearhere/ForceSlackInBrowser for more information.
扩展基本信息
名称 | Force Slack in Browser |
ID | gfggogadjpapemlonlgpbofdeefkjakf |
官方URL | https://chromewebstore.google.com/detail/force-slack-in-browser/gfggogadjpapemlonlgpbofdeefkjakf |
简介 | Force Slack to open archive links in the browser not the desktop app. |
文件大小 | 693 KB |
安装次数 | 111 |
当前版本 | 0.0.1 |
更新时间 | 2019-06-04 |
上架时间 | 2019-06-03 |
评分 | 5.00/5 共2次评分 |
开发者 | Jeff Wear |
付费类型 | free |
扩展官网 | https://github.com/wearhere/ForceSlackInBrowser |
帮助页面URL | https://github.com/wearhere/ForceSlackInBrowser/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Force Slack in Browser", "description": "Force Slack to open archive links in the browser not the desktop app.", "version": "0.0.1", "homepage_url": "https:\/\/github.com\/wearhere\/ForceSlackInBrowser", "author": "Jeffrey Wear", "icons": { "128": "window-restore-solid.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.slack.com\/archives\/*" ], "js": [ "src\/app.js" ], "run_at": "document_start" } ] } |