Restfox

Minimalistic HTTP Client for API Development and Testing

Wat is Restfox?

Restfox is een Chrome-extensie ontwikkeld door https://restfox.dev, en de belangrijkste functie is "Minimalistic HTTP Client for API Development and Testing".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Restfox

Download Restfox-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Restfox Restfox
ID fihmegnabgglklkppphibngblkomlhcn
Officiële URL https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn
Beschrijving Minimalistic HTTP Client for API Development and Testing
Bestandsgrootte 3.82 MB
Aantal Installaties 404
Huidige Versie 1.0.604
Laatst Bijgewerkt 2024-01-17
Publicatiedatum 2022-11-25
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://restfox.dev
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/flawiddsouza/Restfox/issues
Ondersteunde Talen 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"
        }
    }
}