gpt4 book ai didi

google-chrome-extension - 在 Chrome 多功能框中设置文本格式

转载 作者:行者123 更新时间:2023-12-02 12:01:28 25 4
gpt4 key购买 nike

我正在构建一个 Chrome 扩展程序,它将向 Chrome 多功能框添加一些搜索结果(使用关键字时)。可用的 API 记录在 here .

该页面上注明:

The suggestions can be richly formatted in a variety of ways

您还可以在屏幕截图中看到,他们输入的一些文本是绿色的,而其余文本是默认的黑色。

我打开了他们的示例文件,发现绿色是使用 HTML 标签创建的。这非常有用,但听起来好像还有各种各样的其他标签可用。有谁知道我如何发现这些标签 - 我似乎无法在任何地方的文档中找到它。

最佳答案

多功能框 API 不支持 HTML。绿色来自使用 <match>标签。

此外,SuggestResult 的文档中明确说明了允许的标签。类型:

SuggestResult
( object )
A suggest result.

Properties of SuggestResult

content ( string )
The text that is put into the URL bar, and that is sent to the extension when the user chooses this entry.

description ( string )
The text that is displayed in the URL dropdown. Can contain XML-style markup for styling. The supported tags are 'url' (for a literal URL), 'match' (for highlighting text that matched what the user's query), and 'dim' (for dim helper text). The styles can be nested, eg. dimmed match.

关于google-chrome-extension - 在 Chrome 多功能框中设置文本格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12841985/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com