Socket.IO Test Client

Socket.IO Client Development Tool

Wat is Socket.IO Test Client?

Socket.IO Test Client is een Chrome-extensie ontwikkeld door haqiqi.seraj, en de belangrijkste functie is "Socket.IO Client Development Tool".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Socket.IO Test Client

Download Socket.IO Test Client-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

                        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                    

Basisinformatie over de Extensie

Naam Socket.IO Test Client Socket.IO Test Client
ID ophmdkgfcjapomjdpfobjfbihojchbko
Officiële URL https://chromewebstore.google.com/detail/socketio-test-client/ophmdkgfcjapomjdpfobjfbihojchbko
Beschrijving Socket.IO Client Development Tool
Bestandsgrootte 71.68 KB
Aantal Installaties 8,000
Huidige Versie 0.7.2
Laatst Bijgewerkt 2023-09-18
Publicatiedatum 2022-07-08
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar haqiqi.seraj
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/serajhqi/socketio-test-client
Ondersteunde Talen 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"
    }
}