Chatter

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

Qu'est-ce que Chatter ?

Chatter est une extension Chrome développée par https://development.aaronmaynard.com, et sa fonction principale est "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Chatter

Téléchargez les fichiers d'extension Chatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Chatter Chatter
ID ahiemmemknebnoiemgokhphhjdpbimbk
URL Officiel https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk
Description Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Taille du Fichier 18.52 KB
Nombre d'Installations 126
Version Actuelle 0.3
Dernière Mise à Jour 2018-10-04
Date de Publication 2018-10-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://development.aaronmaynard.com
Type de Paiement free
Langues Prises en Charge 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"
    }
}