> For the complete documentation index, see [llms.txt](https://docs.incogniton.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/extension-manager.md).

# 扩展管理器

在本文中，我们将解释如何使用 Incogniton 的扩展管理器。通过使用此功能，您可以轻松快速地为新的或现有的浏览器配置文件安装浏览器扩展。

### 在 Incogniton 中添加扩展

{% stepper %}
{% step %}

#### **导航到 Google Chrome 网上应用店**

通过常规的 Chrome 浏览器访问 [Google Chrome 网上应用店](https://chrome.google.com/webstore/category/extensions) 并找到所需的扩展。从工具栏复制扩展的 URL——安装时您将需要它。

{% hint style="info" %}
如果您计划在多个配置文件中安装多个扩展，请考虑将 URL 粘贴到文本编辑器中以提高效率。
{% endhint %}
{% endstep %}

{% step %}

#### **在 Incogniton 中添加扩展**

进入 Incogniton 应用并导航到 **Browsers > Extensions**。点击 **Add extension** 并将 Chrome 网上应用店的 URL 粘贴到链接栏中。为扩展命名并添加描述（可选），然后点击 **Add**。
{% endstep %}

{% step %}

#### 直接将扩展添加到浏览器配置文件

您也可以直接将扩展添加到浏览器配置文件：

* 创建一个新的浏览器配置文件或编辑现有的
* 导航到 **Advanced > Extensions & Cookies**
* 将 Chrome 网上应用店的 URL 粘贴到链接栏中并点击 **Add**
* 点击 **Create** 或 **Save**

当您启动浏览器配置文件时，扩展将自动安装
{% endstep %}
{% endstepper %}

### 添加预保存的扩展

{% embed url="<https://www.youtube.com/watch?v=BjowJ9pc2UM&embeds_referring_euri=https%3A%2F%2Fincogniton.com%2F>" %}

一旦您在 Incogniton 中添加了一个扩展（参见上述步骤），您可以轻松地将此预保存的扩展添加到其他浏览器配置文件。方法如下：

* 点击配置文件旁的三点图标并选择 **Extensions**
* 选择首选的扩展并点击 **Save**

当配置文件启动时，扩展将自动安装。

您还可以一次为多个配置文件安装扩展。选择相关的浏览器配置文件，导航到下方的工具栏并进入更多操作。点击 **Browser Management > Add Extensions**，选择您要添加的扩展并点击 **Save**。

### 移除扩展

您可以从配置文件中移除已安装的扩展。编辑配置文件，进入 **Advanced > Extensions & Cookies** 并选择 **Remove all** 或 **Remove selected**。

您也可以删除预保存的扩展。进入 **Browsers > Extensions**，点击扩展旁的三点图标并选择 **Delete**。

{% hint style="info" %}
如果您对 Incogniton 的扩展管理器还有任何疑问，请联系我们的[支持部门](https://incogniton.com/contact/)。
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.incogniton.com/documentation/chinese-documentation/e-wai-gong-neng/extension-manager.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.
