DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Page Zoom — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
P

dsh-page-zoom

Page Zoom

DeepSeek Harness Web UI page zoom plugin: zoom in and out using Ctrl+scroll wheel and Ctrl+=/-/0 shortcuts, with a range of 25%-300% and local persistence; the floating bar is hidden by default.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:Centaurea5547196/dsh-page-zoom#c88a85629d536e4a697ca106a2a381c01702dbf9
READMECompatibilityVersions

Compatibility and provenance

Page Zoom is published as dsh-page-zoom and currently resolves to version 0.1.3. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/9/2026

Versions

0.1.3stable
9/9/2026
0.1.0stable
8/31/2026

Related plugins

Loading related plugins…

Latest
0.1.3
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 0
Weekly downloads
0
Last push
9/9/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient Ui Git Graph@linxin666/dsh-client-ui-git-graphExternal dsh web GUI plugin: a blank-session git branch selector + Git graph, with real host-side git operations and guards, as a dsh profile bundle

README

dsh-page-zoom

DeepSeek Harness Web UI 的「页面缩放」客户端插件,像 PDF 阅读器/浏览器那样缩放整个页面:

  • 快捷键:Ctrl+滚轮 缩放;Ctrl+= / Ctrl+- 缩放;Ctrl+0 恢复 100%(与 Word/浏览器一致)
  • 悬浮栏默认隐藏(v0.1.3 起强制隐藏,不占任何界面空间);缩放引擎、拖动与边界夹取逻辑仍在包内休眠,便于日后重新启用
  • 范围 25%–300%,Ctrl+滚轮 按「步进」缩放(默认 5%)
  • 缩放即时生效,持久化在浏览器 localStorage(按浏览器记忆,刷新/重启保留;卸载时不会残留服务端配置)
  • 对全屏对话框做了缩放补偿(max-height: calc(100vh / zoom)),放大时弹窗不会超出窗口

组成

文件作用
index.jshost 半:仅提供插件行身份(无 Node 侧逻辑)
client.jsbrowser 半:快捷键 + 缩放引擎(悬停栏代码休眠,lazy-CJS bundle,无需构建)
cordis.patch.ymlbundle 层补丁:插入 dsh-page-zoom 行
package.jsondsh.client.platform: web,导出 ./client

安装(其他 DSH 安装)

# 从本目录打包后安装到 web profile
dsh plugin --profile web add dsh-page-zoom-0.1.3.tgz

在 DSH Desktop 里:包放入 profile 的 node_modules,把 dsh-page-zoom 加进 profile package.json 的 dsh.profile.bundles(与 dsh-cost-meter 一致), 重启桌面应用生效。

卸载

  • 从 dsh.profile.bundles 移除 dsh-page-zoom,删除 <profile>/node_modules/dsh-page-zoom 与依赖声明,重启。
  • 浏览器里删除 localStorage["dsh-page-zoom:v1"] 即清除缩放记忆。

说明

  • 缩放通过 CSS html{zoom} 实现,等价于浏览器页面缩放(布局重排)。
  • 快捷键在 window 捕获阶段拦截,preventDefault 阻止浏览器自身 Ctrl+滚轮缩放叠加。
  • v0.1.3 起加载时强制 bar = false,旧会话残留的 bar: true 不会让悬浮栏复活。
  • 缩放值存于浏览器本地(与 dsh-chat-width 的「按浏览器记忆」一致), 不写 settings.yaml,因此无需任何服务端命名空间补丁。

License

MIT