IO-Chat
Quick launch IO-Chat from your toolbar.
Cos'è IO-Chat?
IO-Chat è un'estensione di Chrome sviluppata da Xymon, e la sua funzione principale è "Quick launch IO-Chat from your toolbar.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione IO-Chat
Scarica i file di estensione IO-Chat 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
IO-Chat is an HTML5 chatroom system built on NodeJS and Socket.IO. It is open to all ages with no-registration required! Informazioni di Base sull'Estensione
| Nome | |
| ID | bbealffikjiocnlneipkmddghipegngk |
| URL Ufficiale | https://chromewebstore.google.com/detail/io-chat/bbealffikjiocnlneipkmddghipegngk |
| Descrizione | Quick launch IO-Chat from your toolbar. |
| Dimensione del File | 118 KB |
| Conteggio Installazioni | 46 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2014-04-16 |
| Data di Pubblicazione | 2014-04-16 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | Xymon |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://io-chat.com |
| URL della Pagina di Aiuto | http://help.io-chat.com/chromeapp |
| Lingue Supportate | 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"
}
} | |