# 已开浏览器标签搜索

经常上网的用户可能会遇到的一个困扰，开了特别多浏览器窗口和标签，每次要转到某个标签就特别费劲。又或者拷贝了一个链接，需要快速跳转。针对这样的情况，HapiGo 增加了搜索浏览器已打开标签和打开网页链接的功能。已经支持的浏览器：Safari、Chrome、Edge。

### 打开链接

打开 HapiGo 主窗口，我们输入或粘贴链接，就可以匹配到「打开链接」这个扩展了。此时，回车就可以在默认浏览器中打开此链接。当然，底部动作栏也提供了多个动作可以做其他用途，比如：使用非默认浏览器打开或保存链接至网页直达。

### 搜索已开标签

搜索已开标签也是通过「打开链接」这个扩展完成，默认已经开启标签搜索功能。

打开 HapiGo 主窗口，直接输入标签的名称或链接关键词，就可以搜索浏览器的标签了。如果标签名称包含中文，你还可以使用拼音搜索，更加方便快捷。此时，主列表会自动填充第一个结果，如果目标结果就是这一个，那么直接回车就可以转到了。如果结果较多，你可以输入多个关键词来让目标结果定位至第一个。

如果你输入关键词，并没有效果，就需要手动打开标签搜索。在主窗口中任意输入一个链接，就会匹配到「打开链接」扩展。在扩展右边区域的右上角有一个齿轮菜单，点开并勾选「标签直搜」即可。

<figure><img src="/files/HTa1qQ21Sl1Iqbm13c78" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs-cn.hapigo.com/extention/tabsearch.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
