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" } } |