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"
            ]
        }
    ]
}