ChatterNoon

This extension allows you to chat with people who are visiting the same website as you.

ChatterNoon란 무엇입니까?

ChatterNoon은(는) http://chatternoon.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to chat with people who are visiting the same website as you."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

ChatterNoon 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ChatterNoon adds a chat to EVERY website so you can talk to anyone who is visiting the site. This way you can chat about what matters the most with who cares the most.

* No registration needed. Pick a username and GO!
* Comfortable interface: draggable and resizable, show/hide with hotkeys.
* Integrated friend lists and whispers.
* Robust navigation thanks to its 2 chat tabs: One to talk with those in the current domain while in the other you can talk to those in your particular webpage.
* Very lightweight: uses latests available technologies to make it REALLY fast and light on your computer.                    

확장 프로그램 기본 정보

이름 ChatterNoon ChatterNoon
ID cemhndphggkokhagoigagmnebmllldcp
공식 URL https://chrome.google.com/webstore/detail/chatternoon/cemhndphggkokhagoigagmnebmllldcp
설명 This extension allows you to chat with people who are visiting the same website as you.
파일 크기 1.3 MB
설치 횟수 30
현재 버전 1.0.13
최근 업데이트 2016-03-12
출시 날짜 2016-03-12
평점 5.00/5 총 3 개의 평점
개발자 http://chatternoon.com
결제 유형 free
확장 프로그램 웹 사이트 https://chatternoon.com
도움말 페이지 URL https://chatternoon.com/faq
지원되는 언어 en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.0.13",
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon_128.png"
        },
        "default_popup": "popup.html",
        "default_title": "Chatternoon"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "cleanslate.css",
                "cleanslate-extension.css",
                "jquery-ui-custom.css",
                "content-script.css"
            ],
            "js": [
                "content-script.bundle.js"
            ],
            "all_frames": false
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "storage"
    ],
    "web_accessible_resources": [
        "images\/*.png",
        "images\/*.jpg"
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "Ctrl+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            }
        }
    },
    "icons": {
        "128": "images\/icon_128.png"
    },
    "default_locale": "en"
}