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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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