host-proxy
本地项目辅助工具
What is host-proxy?
host-proxy is a Chrome extension developed by qiangck, and its main feature is "本地项目辅助工具".
Extension Screenshots
Download host-proxy Extension CRX File
Download host-proxy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
本地启动的服务,对localhost域名进行映射,可以选择对应的环境,方便开发者切换对应环境 1.0.3 页面打包处理 1.0.2 增加设置domin功能,增加删除功能 1.0.1 修复多窗口不兼容问题,修改存储方式
Extension Basic Information
Name | host-proxy |
ID | anclhhcfijfblomdopemedfaaildjhne |
Official URL | https://chromewebstore.google.com/detail/host-proxy/anclhhcfijfblomdopemedfaaildjhne |
Description | 本地项目辅助工具 |
File Size | 283 KB |
Installation Count | 13 |
Current Version | 1.0.3 |
Last Updated | 2021-02-02 |
Publish Date | 2020-12-05 |
Developer | qiangck |
[email protected] | |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "host-proxy", "version": "1.0.3", "description": "\u672c\u5730\u9879\u76ee\u8f85\u52a9\u5de5\u5177", "icons": { "16": "images\/16x16.png", "48": "images\/48x48.png", "128": "images\/128x128.png" }, "browser_action": { "default_icon": "images\/48x48.png", "default_title": "\u8d3e\u5c0f\u5f3a\u51fa\u54c1\u30fd(\u25cf\u00b4\u03c9\uff40\u25cf)\uff89", "default_popup": "\/dist\/index.html" }, "background": { "scripts": [ "index.js" ] }, "permissions": [ "tabs", "proxy", "http:\/\/*\/*", "https:\/\/*\/*", " |