Socket.IO Test Client
Socket.IO Client Development Tool
Qu'est-ce que Socket.IO Test Client ?
Socket.IO Test Client est une extension Chrome développée par haqiqi.seraj, et sa fonction principale est "Socket.IO Client Development Tool".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Socket.IO Test Client
Téléchargez les fichiers d'extension Socket.IO Test Client au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Socket.IO Test Client |
ID | ophmdkgfcjapomjdpfobjfbihojchbko |
URL Officiel | https://chromewebstore.google.com/detail/socketio-test-client/ophmdkgfcjapomjdpfobjfbihojchbko |
Description | Socket.IO Client Development Tool |
Taille du Fichier | 71.68 KB |
Nombre d'Installations | 8,000 |
Version Actuelle | 0.7.2 |
Dernière Mise à Jour | 2023-09-18 |
Date de Publication | 2022-07-08 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | haqiqi.seraj |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/serajhqi/socketio-test-client |
Langues Prises en Charge | 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" } } |