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 |
官方網址 | 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" } } } |