Restfox

Minimalistic HTTP Client for API Development and Testing

Was ist Restfox?

Restfox ist eine Chrome-Erweiterung, die von https://restfox.dev entwickelt wurde, und ihr Hauptmerkmal ist "Minimalistic HTTP Client for API Development and Testing".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Restfox-Erweiterungs-CRX-Datei herunterladen

Laden Sie Restfox-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Restfox Restfox
ID fihmegnabgglklkppphibngblkomlhcn
Offizielle URL https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn
Beschreibung Minimalistic HTTP Client for API Development and Testing
Dateigröße 3.82 MB
Installationsanzahl 404
Aktuelle Version 1.0.604
Letztes Update 2024-01-17
Veröffentlichungsdatum 2022-11-25
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://restfox.dev
E-Mail [email protected]
Zahlungsart free
Hilfeseite URL https://github.com/flawiddsouza/Restfox/issues
Unterstützte Sprachen 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"
        }
    }
}