Restfox
Minimalistic HTTP Client for API Development and Testing
Cos'è Restfox?
Restfox è un'estensione di Chrome sviluppata da https://restfox.dev, e la sua funzione principale è "Minimalistic HTTP Client for API Development and Testing".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Restfox
Scarica i file di estensione Restfox in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | Restfox |
ID | fihmegnabgglklkppphibngblkomlhcn |
URL Ufficiale | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
Descrizione | Minimalistic HTTP Client for API Development and Testing |
Dimensione del File | 3.82 MB |
Conteggio Installazioni | 404 |
Versione Corrente | 1.0.604 |
Ultimo Aggiornamento | 2024-01-17 |
Data di Pubblicazione | 2022-11-25 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://restfox.dev |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina di Aiuto | https://github.com/flawiddsouza/Restfox/issues |
Lingue Supportate | 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" } } } |