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
官方URL 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"
            ]
        }
    ]
}