Chatter

Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!

Chatter là gì?

Chatter là một tiện ích mở rộng Chrome được phát triển bởi https://development.aaronmaynard.com, và tính năng chính của nó là "Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Chatter

Tải xuống các tệp mở rộng Chatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Chatter Chatter
ID ahiemmemknebnoiemgokhphhjdpbimbk
URL Chính Thức https://chromewebstore.google.com/detail/chatter/ahiemmemknebnoiemgokhphhjdpbimbk
Mô tả Based on the LANChat application built for Windows devices, Chatter allows you to chat with anyone else, over multiple networks!
Kích Thước Tệp 18.52 KB
Số Lần Cài Đặt 126
Phiên Bản Hiện Tại 0.3
Cập Nhật Lần Cuối 2018-10-04
Ngày Phát Hành 2018-10-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://development.aaronmaynard.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}