IO-Chat
Quick launch IO-Chat from your toolbar.
Wat is IO-Chat?
IO-Chat is een Chrome-extensie ontwikkeld door Xymon, en de belangrijkste functie is "Quick launch IO-Chat from your toolbar.".
Extensie Screenshots
Download het CRX-bestand van de extensie IO-Chat
Download IO-Chat-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
IO-Chat is an HTML5 chatroom system built on NodeJS and Socket.IO. It is open to all ages with no-registration required!
Basisinformatie over de Extensie
Naam | IO-Chat |
ID | bbealffikjiocnlneipkmddghipegngk |
Officiële URL | https://chromewebstore.google.com/detail/io-chat/bbealffikjiocnlneipkmddghipegngk |
Beschrijving | Quick launch IO-Chat from your toolbar. |
Bestandsgrootte | 118 KB |
Aantal Installaties | 46 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2014-04-16 |
Publicatiedatum | 2014-04-16 |
Beoordeling | 5.00/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Xymon |
Betalingswijze | free |
Extensiewebsite | http://io-chat.com |
Help Pagina-URL | http://help.io-chat.com/chromeapp |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "IO-Chat", "author": "Xymon Sinclair", "version": "0.1", "description": "Quick launch IO-Chat from your toolbar.", "manifest_version": 2, "icons": { "19": "19.png", "38": "38.png", "128": "128.png" }, "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": { "19": "19.png", "38": "38.png", "128": "128.png" }, "default_title": "Launch IO-Chat" } } |