Restfox
Minimalistic HTTP Client for API Development and Testing
Hvad er Restfox?
Restfox er en Chrome-udvidelse udviklet af https://restfox.dev, og dens hovedfunktion er "Minimalistic HTTP Client for API Development and Testing".
Udvidelsesskærmbilleder
Download Restfox-udvidelses-CRX-fil
Download Restfox-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | fihmegnabgglklkppphibngblkomlhcn |
| Officiel URL | https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn |
| Beskrivelse | Minimalistic HTTP Client for API Development and Testing |
| Filstørrelse | 3.82 MB |
| Antal Installationer | 404 |
| Nuværende Version | 1.0.604 |
| Senest Opdateret | 2024-01-17 |
| Udgivelsesdato | 2022-11-25 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | https://restfox.dev |
| [email protected] | |
| Betalingsmetode | free |
| Hjælpeside-URL | https://github.com/flawiddsouza/Restfox/issues |
| Understøttede Sprog | 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"
}
}
} | |