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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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" } } |