Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我最近一直在为 Chrome 使用 NPAPI 插件。该插件已被实现为可编写脚本。我有一个自定义 MIME 类型来调用这个插件。
在一个 html 文件中,我使用了一个带有“type”属性的 embed 标记,该属性指定了自定义 MIMEType。这很好用,我可以注册我的插件并访问该功能。
如果我选择使用没有 HTML 内容的纯 SVG 文件,我将如何注册我的插件?
NPAPI 插件不是 SVG 的一部分;为什么你可以从 SVG 中使用它们?如果您想使用设计为托管在 HTML 页面中的内容,您应该使用 HTML。