Chatter

Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!

Was ist Chatter?

Chatter ist eine Chrome-Erweiterung, die von https://development.aaronmaynard.com entwickelt wurde, und ihr Hauptmerkmal ist "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".

Erweiterungsscreenshots

screenshot

Chatter-Erweiterungs-CRX-Datei herunterladen

Laden Sie Chatter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Chatter Chatter
ID ahiemmemknebnoiemgokhphhjdpbimbk
Offizielle URL https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk
Beschreibung Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Dateigröße 18.52 KB
Installationsanzahl 126
Aktuelle Version 0.3
Letztes Update 2018-10-04
Veröffentlichungsdatum 2018-10-04
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://development.aaronmaynard.com
Zahlungsart free
Unterstützte Sprachen 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"
    }
}