# 谷歌浏览器多开教程

**一、官方下载Google浏览器**

建议下载三个版本混起来用：\*\*稳定版、测试版、开发者版；\*\*稳定版可以多用一点，因为用户权重比较大

[Google Chrome 网络浏览器得益于 Google 智能工具，Chrome 现在更易用、更安全、更快速。www.google.com](https://www.google.com/intl/zh-CN/chrome/)

<figure><img src="https://mirror.xyz/_next/image?url=https%3A%2F%2Fimages.mirror-media.xyz%2Fpublication-images%2FuRSTXDUqibPDUzFHk9uUj.png&#x26;w=3840&#x26;q=75" alt="" height="380" width="728"><figcaption></figcaption></figure>

<figure><img src="https://mirror.xyz/_next/image?url=https%3A%2F%2Fimages.mirror-media.xyz%2Fpublication-images%2FSEZbkuVd5iQAQa35ICD7E.png&#x26;w=3840&#x26;q=75" alt="" height="614" width="1392"><figcaption></figcaption></figure>

**二、浏览器多开（通过chrome 启动参数--user-data-dir实现）**

原理其实很简单，就是把浏览器快捷方式的右击属性中的目标，所指向的用户数据放到我们所指定的文件夹中，这样每个浏览器所指向的用户数据相互独立，达到多开的功能。

<figure><img src="https://mirror.xyz/_next/image?url=https%3A%2F%2Fimages.mirror-media.xyz%2Fpublication-images%2Fghdt63zsHUsXXeTD2u6tn.png&#x26;w=3840&#x26;q=75" alt="" height="658" width="435"><figcaption></figcaption></figure>

这个原来就有的目标地址不要动，在后面增加一行代码：--user-data-dir="**E:\chrome\Chrome001**"

**注意：--user-data-dir前面是有一个空格的！**

**E:\chrome\Chrome001，这个根据自己情况修改**

<figure><img src="https://mirror.xyz/_next/image?url=https%3A%2F%2Fimages.mirror-media.xyz%2Fpublication-images%2FyeKkBj1RRMkQhdruaio09.png&#x26;w=3840&#x26;q=75" alt="" height="533" width="397"><figcaption></figcaption></figure>

然后复制这个快捷方式，把后面的**Chrome001改为Chrome002即可。**

<figure><img src="https://mirror.xyz/_next/image?url=https%3A%2F%2Fimages.mirror-media.xyz%2Fpublication-images%2Fg6nGSM4-dJI9njHhaur5f.png&#x26;w=3840&#x26;q=75" alt="" height="338" width="1090"><figcaption></figcaption></figure>

需要用到多少，就复制多少个快捷方式，修改用户数据指向文件夹就可以相互独立！！！

**另外如果001号浏览器已经下载了metamask等浏览器插件或者保存了常用书签，可以用001用户数据中的Default文件夹，覆盖（替换）其他未配置的浏览器用户数据中Default文件夹，实现插件书签复制！**！

<figure><img src="https://mirror.xyz/_next/image?url=https%3A%2F%2Fimages.mirror-media.xyz%2Fpublication-images%2FpXtk9cjGwjN33TBHPKzI8.png&#x26;w=3840&#x26;q=75" alt="" height="370" width="665"><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://web3serve-zhang-hao-shi-yong-zhi.gitbook.io/web3service.shop/liu-lan-qi-duo-kai-jiao-cheng-yi-ji-shi-yong-ji-qiao/gu-ge-liu-lan-qi-duo-kai-jiao-cheng.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.
