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!”。

擴展截圖

screenshot

下載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 Chatter
ID ahiemmemknebnoiemgokhphhjdpbimbk
官方網址 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"
    }
}