AoneEnvRoute
Modify Environment Route
基于 Plasmo 的新一代网络请求重定向工具
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
这是一款专为开发者、测试人员和高级用户设计的强大浏览器扩展,让您可以轻松地重定向网络请求,极大地提升开发与调试效率。
您是否曾需要将线上环境的API请求转发到本地开发服务器?或者想要快速切换不同版本的 JavaScript/CSS 文件进行测试?[您的插件名] 就是为此而生,它能帮您轻松掌控所有网络请求的流向
好的,当然可以!
一个好的插件说明需要清晰、有吸引力,并且能够准确传达插件的核心价值。我会为您提供几个不同风格和长度的版本,您可以根据需要选择或组合使用。
版本一:标准详细版(推荐用于 Chrome 商店主描述)
标题: [您的插件名] - 强大的 URL 重定向开发助手
Inspect the latest comments and rating distribution.
Store average score: 3.3. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Modify Environment Route
30+开发者工具集:JSON格式化/BigInt精度/对比、编解码(Base64/URL/Unicode/Gzip/JWT)、时间戳/FILETIME转换、二维码/条形码、UUID/雪花ID生成、代码美化、正则、取色、Postman、进制转换等,按需安装!
us proxy
为程序员、设计师、产品经理每日发现优质内容。
API 文档、API 调试、API Mock、API 自动化测试
Import JavaScript and CSS resources from console, with one command
有跨域,"corsEnabled": true 无效,是不是还缺少什么设置,xswitch中设置cors后正常,但是使用你这个版本就不行
/$1这种直接重定向到了/$1,而不是真实的值,楼下这位已经反馈过了这个BUG
匹配URL:https://pms\.xxxxxx\.com:8888/cphub-mini/static-temp/.*/dist/(.*) 目标URL:http://localhost:8080/$1 验证$1不会被匹配到真实的值,麻烦看一下这个问题