Socket.IO Test Client

Socket.IO Client Development Tool

Cos'è Socket.IO Test Client?

Socket.IO Test Client è un'estensione di Chrome sviluppata da haqiqi.seraj, e la sua funzione principale è "Socket.IO Client Development Tool".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Socket.IO Test Client

Scarica i file di estensione Socket.IO Test Client in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Socket.IO dev tool for developers to test Socket.IO based APIs. 
Main features:
1. Request history
2. Logs
3. Listeners
4. Pass custom headers                    

Informazioni di Base sull'Estensione

Nome Socket.IO Test Client Socket.IO Test Client
ID ophmdkgfcjapomjdpfobjfbihojchbko
URL Ufficiale https://chromewebstore.google.com/detail/socketio-test-client/ophmdkgfcjapomjdpfobjfbihojchbko
Descrizione Socket.IO Client Development Tool
Dimensione del File 71.68 KB
Conteggio Installazioni 8,000
Versione Corrente 0.7.2
Ultimo Aggiornamento 2023-09-18
Data di Pubblicazione 2022-07-08
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore haqiqi.seraj
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/serajhqi/socketio-test-client
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socket.IO Test Client",
    "description": "Socket.IO Client Development Tool",
    "manifest_version": 3,
    "version": "0.7.2",
    "icons": {
        "16": "images\/socketio16.png",
        "48": "images\/socketio48.png",
        "128": "images\/socketio.png"
    },
    "action": {
        "default_title": "Click to start!"
    },
    "background": {
        "service_worker": "background.js"
    }
}