Restfox
Minimalistic HTTP Client for API Development and Testing
Vad är Restfox?
Restfox är en Chrome-tillägg utvecklad av https://restfox.dev, och dess huvudfunktion är "Minimalistic HTTP Client for API Development and Testing".
Tilläggsskärmbilder
Ladda ner Restfox-förlängningens CRX-fil
Ladda ner Restfox-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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
Grundläggande Information om Tillägg
Namn | Restfox |
ID | fihmegnabgglklkppphibngblkomlhcn |
Officiell webbadress | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
Beskrivning | Minimalistic HTTP Client for API Development and Testing |
Filstorlek | 3.82 MB |
Antal Installationer | 404 |
Aktuell Version | 1.0.604 |
Senast Uppdaterad | 2024-01-17 |
Publiceringsdatum | 2022-11-25 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://restfox.dev |
E-post | [email protected] |
Betalningssätt | free |
Hjälpsida URL | https://github.com/flawiddsouza/Restfox/issues |
Stödda Språk | 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" } } } |