Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Wat is Chatter?
Chatter is een Chrome-extensie ontwikkeld door https://development.aaronmaynard.com, en de belangrijkste functie is "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".
Extensie Screenshots
Download het CRX-bestand van de extensie Chatter
Download Chatter-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
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.
Basisinformatie over de Extensie
Naam | Chatter |
ID | ahiemmemknebnoiemgokhphhjdpbimbk |
Officiële URL | https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk |
Beschrijving | Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks! |
Bestandsgrootte | 18.52 KB |
Aantal Installaties | 126 |
Huidige Versie | 0.3 |
Laatst Bijgewerkt | 2018-10-04 |
Publicatiedatum | 2018-10-04 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://development.aaronmaynard.com |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |