host-proxy
本地项目辅助工具
Wat is host-proxy?
host-proxy is een Chrome-extensie ontwikkeld door qiangck, en de belangrijkste functie is "本地项目辅助工具".
Extensie Screenshots
Download het CRX-bestand van de extensie host-proxy
Download host-proxy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
本地启动的服务,对localhost域名进行映射,可以选择对应的环境,方便开发者切换对应环境
1.0.3
页面打包处理
1.0.2
增加设置domin功能,增加删除功能
1.0.1
修复多窗口不兼容问题,修改存储方式 Basisinformatie over de Extensie
| Naam | |
| ID | anclhhcfijfblomdopemedfaaildjhne |
| Officiële URL | https://chromewebstore.google.com/detail/host-proxy/anclhhcfijfblomdopemedfaaildjhne |
| Beschrijving | 本地项目辅助工具 |
| Bestandsgrootte | 283 KB |
| Aantal Installaties | 13 |
| Huidige Versie | 1.0.3 |
| Laatst Bijgewerkt | 2021-02-02 |
| Publicatiedatum | 2020-12-05 |
| Ontwikkelaar | qiangck |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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:\/\/*\/*",
" | |