Restfox
Minimalistic HTTP Client for API Development and Testing
什么是Restfox?
Restfox是由https://restfox.dev开发的Chrome扩展程序,该扩展的主要功能是“Minimalistic HTTP Client for API Development and Testing”。
扩展截图
下载Restfox扩展crx文件
下载Restfox扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Restfox is a minimalistic HTTP Client for API Development and Testing. Which gets out of your way and keeps things simple. Features: - Workspaces - Tabs - Nested Folders - Lots of context menus - Response history - Plugins - GraphQL support - Import collections exported from Postman and Insomnia - Simple user friendly interface
扩展基本信息
名称 | Restfox |
ID | fihmegnabgglklkppphibngblkomlhcn |
官方URL | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
简介 | Minimalistic HTTP Client for API Development and Testing |
文件大小 | 3.82 MB |
安装次数 | 404 |
当前版本 | 1.0.604 |
更新时间 | 2024-01-17 |
上架时间 | 2022-11-25 |
评分 | 5.00/5 共1次评分 |
开发者 | https://restfox.dev |
电子邮箱 | [email protected] |
付费类型 | free |
帮助页面URL | https://github.com/flawiddsouza/Restfox/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Restfox", "description": "Minimalistic HTTP Client for API Development and Testing", "version": "1.0.604", "manifest_version": 3, "icons": { "512": "icons\/favicon.png" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_icon": { "512": "icons\/favicon.png" } } } |