Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Cos'è Chatter?
Chatter è un'estensione di Chrome sviluppata da https://development.aaronmaynard.com, e la sua funzione principale è "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Chatter
Scarica i file di estensione Chatter 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
SATChat is a chat extension to allow users to talk with other people around the world. Inspired by Ham Radio, the extension connects to a open-source IRC server, allowing people to talk across town, around the world, and (technically) into space. The servers set language is English, but international keyboards are supported. Works for any device running the Chrome browser, including Windows, Mac, ChromeOS, Android, etc.
Informazioni di Base sull'Estensione
Nome | Chatter |
ID | ahiemmemknebnoiemgokhphhjdpbimbk |
URL Ufficiale | https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk |
Descrizione | Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks! |
Dimensione del File | 18.52 KB |
Conteggio Installazioni | 126 |
Versione Corrente | 0.3 |
Ultimo Aggiornamento | 2018-10-04 |
Data di Pubblicazione | 2018-10-04 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://development.aaronmaynard.com |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Chatter", "version": "0.3", "manifest_version": 2, "description": "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!", "homepage_url": "http:\/\/google.com\/", "browser_action": { "default_icon": "icon.png", "default_title": "Start Chatter", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'", "icons": { "128": "icon.png" } } |