剪贴板格式查看器

打开即用,用完关掉。尽量显示浏览器能读到的剪贴板格式。

浏览器限制:异步读取通常只能拿到标准 MIME(text/plain、text/html、image/png 等)。自定义格式更多只能在粘贴时看到 type 名,内容可能为空。

点这里,然后粘贴(Ctrl/Cmd+V)以捕获 clipboardData 中的所有 types
就绪 — 点击读取,或在上方粘贴区粘贴内容。
还没有结果。 1) 先复制一段内容(可带格式/图片) 2) 点“读取剪贴板 API”,或直接在上方区域粘贴

使用说明与限制

在线剪贴板格式查看器(Clipboard Format Inspector)

这是一个免费的浏览器端工具,用来查看当前剪贴板里有哪些格式。常见用途包括:调试富文本复制结果、检查网页粘贴出来的 text/html、确认截图是否以 image/png 存在,以及观察自定义 MIME 类型名称。

能看什么

  • text/plain 纯文本
  • text/html 富文本 / HTML 源码与渲染预览
  • image/png 等图片数据预览
  • 粘贴事件中出现的其他 MIME / 自定义 type 名称

怎么用

  • 先在其他应用复制内容,再点“读取剪贴板 API”
  • 或在本页粘贴区直接 Ctrl/Cmd+V,枚举更多 type
  • 可复制单项文本、下载内容、导出 JSON

隐私

分析过程在你的浏览器本地完成,不会把剪贴板内容上传到服务器。

Inspect clipboard MIME types online

Clipboard Format Inspector is a free, browser-only utility for viewing available clipboard formats. Use it to debug rich-text copy/paste, inspect HTML clipboard payloads, preview screenshot images, and list custom MIME type names exposed by the browser.

Supported views

  • text/plain plain text
  • text/html source + rendered preview
  • Images such as image/png
  • Additional MIME / custom types visible during paste

Privacy

All inspection runs locally in your browser. Clipboard contents are not uploaded.