Compare Chrome extensions: Simple Proxy vs Virtual Hosts

Stats Simple Proxy Simple Proxy Virtual Hosts Virtual Hosts
User count 1,000+ 2,000+
Average rating 5.00 3.40
Rating count 9 15
Last updated 2019-05-20 2018-05-29
Size 319.49K 280.58K
Version 0.1.8 0.0.0.4
Short description
一个朴素的代理配置扩展 Manage Virtual Hosts
Full summary

通过预先配置需要代理的域名或者 URL 及其对应的目标服务器,然后快速的在各个目标服务器间进行切换。

该扩展主要是为了解决前后端分离开发(如 Vue 项目)的过程中,反向代理配置比较麻烦,且需要重启服务的问题: 在前后端分离开发(如 Vue 项目)的过程中,我们经常需要配置反向代理( 如 Vue 项目的 proxyTable )来与真实的 API 服务器交换数据;但是

  1. 同一个项目可能经常需要和不同的后端开发同事协作,此时不可避免的就需要修改前端服务的反向代理配置;
  2. 前端的测试服务器也需要能够让客户端决定连接哪个 API 服务,如果直接配置反向代理,则需要根据客户端测试需要调整代理配置。

同时,也间接的能够支持其他代理类扩展的代理工作,只是配置方式稍显不同。

This extension allows you to simply and easily manage virtual hosts which is basically a mapping of one host name to another. When ever you visit the source host, the Host header is modified to the mapped virtual host. If you try to directly visit the virtual host, you will be redirected to the source host.

Using the extension, you can access any site on multi-site host without making any DNS changes (local or otherwise). This is perfect for use cases where you have an IIS server running hosting multiple sites and you want to access one of them. This is also great for accessing and viewing other machine's sites which can be great in a collaborative environment where you want to see the exact state of another machine. An example of this is a project manager, QA tester, or another dev being able to view another worker's progress directly. Good for testing, debugging, and comparing changes.

This extension supports configuring a global preset list which is used by default when the extension is turned on. You can also limit the extension to only work on tab you explicitly enable using the extension icon in the toolbar for each app. You can use a combination of these features by using tab overrides without enabled the tab sandbox option in the options page.

========================== v0.0.0.3 ================================ The source host is grouped and allows you to open all of the virtual hosts for a given source host group. This will open a new tab for each virtual host entry. This makes it easy to view all of the sites (virtual hosts) on a given machine (source host).