Restfox
Minimalistic HTTP Client for API Development and Testing
Restfox là gì?
Restfox là một tiện ích mở rộng Chrome được phát triển bởi https://restfox.dev, và tính năng chính của nó là "Minimalistic HTTP Client for API Development and Testing".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Restfox
Tải xuống các tệp mở rộng Restfox dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Restfox |
ID | fihmegnabgglklkppphibngblkomlhcn |
URL Chính Thức | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
Mô tả | Minimalistic HTTP Client for API Development and Testing |
Kích Thước Tệp | 3.82 MB |
Số Lần Cài Đặt | 404 |
Phiên Bản Hiện Tại | 1.0.604 |
Cập Nhật Lần Cuối | 2024-01-17 |
Ngày Phát Hành | 2022-11-25 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://restfox.dev |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/flawiddsouza/Restfox/issues |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |