Restfox
Minimalistic HTTP Client for API Development and Testing
What is Restfox?
Restfox is a Chrome extension developed by https://restfox.dev, and its main feature is "Minimalistic HTTP Client for API Development and Testing".
Extension Screenshots
Download Restfox Extension CRX File
Download Restfox 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
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
Extension Basic Information
Name | Restfox |
ID | fihmegnabgglklkppphibngblkomlhcn |
Official URL | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
Description | Minimalistic HTTP Client for API Development and Testing |
File Size | 3.82 MB |
Installation Count | 404 |
Current Version | 1.0.604 |
Last Updated | 2024-01-17 |
Publish Date | 2022-11-25 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://restfox.dev |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/flawiddsouza/Restfox/issues |
Supported Languages | 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" } } } |