Restfox

Minimalistic HTTP Client for API Development and Testing

Apa itu Restfox?

Restfox adalah ekstensi Chrome yang dikembangkan oleh https://restfox.dev, dan fitur utamanya adalah "Minimalistic HTTP Client for API Development and Testing".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Restfox

Unduh file ekstensi Restfox dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Restfox Restfox
ID fihmegnabgglklkppphibngblkomlhcn
URL Resmi https://chromewebstore.google.com/detail/restfox/fihmegnabgglklkppphibngblkomlhcn
Deskripsi Minimalistic HTTP Client for API Development and Testing
Ukuran File 3.82 MB
Jumlah Instalasi 404
Versi Saat Ini 1.0.604
Terakhir Diperbarui 2024-01-17
Tanggal Publikasi 2022-11-25
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://restfox.dev
Email [email protected]
Tipe Pembayaran free
URL Halaman Bantuan https://github.com/flawiddsouza/Restfox/issues
Bahasa yang Didukung 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"
        }
    }
}