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!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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" } } |