Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
¿Qué es Chatter?
Chatter es una extensión de Chrome desarrollada por https://development.aaronmaynard.com, y su función principal es "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Chatter
Descarga archivos de extensión Chatter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Chatter |
ID | ahiemmemknebnoiemgokhphhjdpbimbk |
URL Oficial | https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk |
Descripción | Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks! |
Tamaño del Archivo | 18.52 KB |
Cantidad de Instalaciones | 126 |
Versión Actual | 0.3 |
Última Actualización | 2018-10-04 |
Fecha de Publicación | 2018-10-04 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://development.aaronmaynard.com |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |