Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Apa itu Chatter?
Chatter adalah ekstensi Chrome yang dikembangkan oleh https://development.aaronmaynard.com, dan fitur utamanya adalah "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Chatter
Unduh file ekstensi Chatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Chatter |
ID | ahiemmemknebnoiemgokhphhjdpbimbk |
URL Resmi | https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk |
Deskripsi | Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks! |
Ukuran File | 18.52 KB |
Jumlah Instalasi | 126 |
Versi Saat Ini | 0.3 |
Terakhir Diperbarui | 2018-10-04 |
Tanggal Publikasi | 2018-10-04 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | https://development.aaronmaynard.com |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |