Restfox

Minimalistic HTTP Client for API Development and Testing

Co to jest Restfox?

Restfox to rozszerzenie Chrome opracowane przez https://restfox.dev, a jego główną funkcją jest „Minimalistic HTTP Client for API Development and Testing”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Restfox

Pobierz pliki rozszerzeń Restfox w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Restfox Restfox
ID fihmegnabgglklkppphibngblkomlhcn
Oficjalny URL https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn
Opis Minimalistic HTTP Client for API Development and Testing
Rozmiar pliku 3.82 MB
Liczba instalacji 404
Aktualna Wersja 1.0.604
Ostatnia Aktualizacja 2024-01-17
Data Publikacji 2022-11-25
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper https://restfox.dev
E-mail admin@artelin.dev
Typ Płatności free
Adres URL Strony Pomocy https://github.com/flawiddsouza/Restfox/issues
Obsługiwane Języki 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"
        }
    }
}