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ファイルをダウンロード

ChatterNoon拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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