Restfox
Minimalistic HTTP Client for API Development and Testing
Qu'est-ce que Restfox ?
Restfox est une extension Chrome développée par https://restfox.dev, et sa fonction principale est "Minimalistic HTTP Client for API Development and Testing".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Restfox
Téléchargez les fichiers d'extension Restfox au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Restfox |
ID | fihmegnabgglklkppphibngblkomlhcn |
URL Officiel | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
Description | Minimalistic HTTP Client for API Development and Testing |
Taille du Fichier | 3.82 MB |
Nombre d'Installations | 404 |
Version Actuelle | 1.0.604 |
Dernière Mise à Jour | 2024-01-17 |
Date de Publication | 2022-11-25 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://restfox.dev |
[email protected] | |
Type de Paiement | free |
URL de la Page d'Aide | https://github.com/flawiddsouza/Restfox/issues |
Langues Prises en Charge | 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" } } } |