URL's Host Switcher
A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment
什么是URL's Host Switcher?
URL's Host Switcher是由DLAM开发的Chrome扩展程序,该扩展的主要功能是“A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment”。
扩展截图
下载URL's Host Switcher扩展crx文件
下载URL's Host Switcher扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is convenient for developers to quickly switch the host of web pages under the same path 扩展基本信息
| 名称 | |
| ID | fcejkgaehmpaplmencnlpcocmmbfcoia |
| 官方URL | https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia |
| 简介 | A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment |
| 文件大小 | 75.14 KB |
| 安装次数 | 92 |
| 当前版本 | 1.1.16 |
| 更新时间 | 2022-12-02 |
| 上架时间 | 2022-07-04 |
| 开发者 | DLAM |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | de,en,fr,es,it,ru,zh-TW,ja,ko |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_extension_name__",
"description": "__MSG_extension_description__",
"version": "1.1.16",
"manifest_version": 3,
"default_locale": "en",
"options_page": "\/dist\/src\/options.html",
"permissions": [
"storage",
"tabs"
],
"action": {
"default_popup": "\/dist\/src\/popup.html",
"default_icon": {
"16": "\/img\/16x16.png",
"32": "\/img\/32x32.png",
"48": "\/img\/48x48.png",
"128": "\/img\/128x128.png"
}
},
"icons": {
"16": "\/img\/16x16.png",
"32": "\/img\/32x32.png",
"48": "\/img\/48x48.png",
"128": "\/img\/128x128.png"
}
} | |