Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
O que é Chatter?
Chatter é uma extensão do Chrome desenvolvida por https://development.aaronmaynard.com, e sua principal característica é "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Chatter
Baixe arquivos de extensão Chatter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Chatter |
ID | ahiemmemknebnoiemgokhphhjdpbimbk |
URL Oficial | https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk |
Descrição | Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks! |
Tamanho do Arquivo | 18.52 KB |
Contagem de Instalações | 126 |
Versão Atual | 0.3 |
Última Atualização | 2018-10-04 |
Data de Publicação | 2018-10-04 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | https://development.aaronmaynard.com |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |