Chatter

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

Что такое Chatter?

Chatter - это расширение Chrome, разработанное https://development.aaronmaynard.com, и его основная функция - "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Chatter

Скачайте файлы расширений Chatter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Chatter Chatter
ID ahiemmemknebnoiemgokhphhjdpbimbk
Официальный URL https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk
Описание Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Размер файла 18.52 KB
Количество установок 126
Текущая Версия 0.3
Последнее Обновление 2018-10-04
Дата публикации 2018-10-04
Рейтинг 5.00/5 Всего 1 оценок
Разработчик https://development.aaronmaynard.com
Тип оплаты free
Поддерживаемые языки 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"
    }
}