Chat-Net

Provides a simple chat network that follows you to any web page.

什麼是Chat-Net?

Chat-Net是由krikenemp開發的Chrome擴展程式,該擴展的主要功能是“Provides a simple chat network that follows you to any web page.”。

擴展截圖

screenshot
screenshot
screenshot

下載Chat-Net擴展crx文件

下載Chat-Net擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Chat-Net is a browser-based chat network between all users running the extension. It is a simple chat interface with a field for your nickname and one for your comment. The interface gets embedded into the top of each page that you visit, allowing you to continue browsing while you meet and communicate with other Chat-Net users.                    

擴展基本資訊

名稱 Chat-Net Chat-Net
ID lafbgpoaabblhjajopeclimloeboglol
官方網址 https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol
簡介 Provides a simple chat network that follows you to any web page.
檔案大小 51.22 KB
安裝次數 11
目前版本 1.0.4
更新時間 2014-05-05
上架時間 2014-05-04
開發者 krikenemp
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Chat-Net",
    "version": "1.0.4",
    "description": "Provides a simple chat network that follows you to any web page.",
    "homepage_url": "http:\/\/bengrosser.com\/",
    "manifest_version": 2,
    "icons": {
        "16": "icon3.png",
        "48": "icon2.png",
        "128": "icon1.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "Chat-Net.user.js"
            ]
        }
    ]
}