Chatter
Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Chatterとは何ですか?
Chatterはhttps://development.aaronmaynard.comによって開発されたChromeの拡張機能で、その主な機能は「Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!」です。
拡張機能のスクリーンショット
Chatter拡張機能のCRXファイルをダウンロード
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 |
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" } } |