DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Chrome App Launcher — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-chrome-app-launcher

Chrome App Launcher

DeepSeek Harness 插件:创建一个 Windows 桌面快捷方式,在 Chrome 应用模式窗口中启动 dsh web(自动检测 Chrome、等待端口、不会打开重复窗口)。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-chrome-app-launcher@0.1.2
README兼容性版本

兼容性与来源证明

Chrome App Launcher 以 dsh-chrome-app-launcher 发布,当前版本为 0.1.2。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
npm
Registry 更新时间
2026/9/22

版本

0.1.0stable
2026/8/20
0.1.2stable
2026/8/20
0.1.1stable
2026/8/20
最新版
0.1.2
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
33.2 kB
文件数
6
Surface
any
许可证
MIT
发布源
npm
GitHub
★ 0
周下载
41
最近提交
2026/8/20
查看源码 ↗项目主页 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

README

dsh-chrome-app-launcher

English · 中文

A DeepSeek Harness plugin that creates a Windows desktop shortcut which launches dsh web in a Chrome app-mode window — no address bar, no tabs, just the app.

一个 DeepSeek Harness 插件:在 Windows 桌面创建一个快捷方式,以 Chrome App 模式(无地址栏、无标签页)启动 dsh web。


English

What it does

On every boot (Windows only), the plugin:

  1. Writes a launcher .bat to %LOCALAPPDATA%\dsh-chrome-app-launcher\launch-dsh.bat
  2. Creates a Desktop shortcut DeepSeek Harness.lnk pointing at it

Double-clicking the shortcut:

  • Auto-detects Chrome — tries the registry App Paths first, then common install paths, then falls back to Edge
  • Starts dsh web --no-open in the background (no duplicate window — the app window is the only one)
  • Waits for the port to become ready before opening (no "refresh me" error page)
  • Opens the Web GUI in a Chrome app-mode window, using a fresh --user-data-dir so it is a real standalone window even when Chrome is already running
  • Closing that terminal window stops the service

Install

dsh plugin --profile web add dsh-chrome-app-launcher

Then restart dsh web. The desktop shortcut is created automatically on boot.

Configuration

Configure via settings.yaml (or the bundle patch):

chrome-app-launcher:
  shortcutName: DeepSeek Harness   # shortcut label
  port: 3080                       # dsh web port
OptionDefaultDescription
shortcutNameDeepSeek HarnessLabel of the desktop shortcut (without .lnk)
port3080Port that dsh web listens on

Platform

Windows only (win32). On other platforms the plugin is a no-op.

License

MIT


中文

功能

每次启动(仅 Windows)时,插件会:

  1. 把启动脚本 .bat 写入 %LOCALAPPDATA%\dsh-chrome-app-launcher\launch-dsh.bat
  2. 在桌面创建一个快捷方式 DeepSeek Harness.lnk 指向它

双击快捷方式后:

  • 自动探测 Chrome —— 先查注册表 App Paths,再试常见安装路径,最后回退到 Edge
  • 在后台启动 dsh web --no-open(不会多开窗口——App 窗口是唯一的窗口)
  • 等待端口就绪后再开窗(不会出现「刷新一下」的错误页)
  • 以 Chrome App 模式打开 Web GUI,使用独立的 --user-data-dir,即使 Chrome 已经在运行也能弹出真正的独立窗口
  • 关闭那个终端窗口即停止服务

安装

dsh plugin --profile web add dsh-chrome-app-launcher

然后重启 dsh web,桌面快捷方式会在启动时自动生成。

配置

通过 settings.yaml(或 bundle patch)配置:

chrome-app-launcher:
  shortcutName: DeepSeek Harness   # 快捷方式名称
  port: 3080                       # dsh web 端口
配置项默认值说明
shortcutNameDeepSeek Harness桌面快捷方式名称(不含 .lnk)
port3080dsh web 监听的端口

平台

仅 Windows(win32)。其他平台上该插件不生效(no-op)。

许可

MIT