ChatterNoon

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

ChatterNoon là gì?

ChatterNoon là một tiện ích mở rộng Chrome được phát triển bởi http://chatternoon.com, và tính năng chính của nó là "This extension allows you to chat with people who are visiting the same website as you.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChatterNoon

Tải xuống các tệp mở rộng ChatterNoon dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChatterNoon ChatterNoon
ID cemhndphggkokhagoigagmnebmllldcp
URL Chính Thức https://chrome.google.com/webstore/detail/chatternoon/cemhndphggkokhagoigagmnebmllldcp
Mô tả This extension allows you to chat with people who are visiting the same website as you.
Kích Thước Tệp 1.3 MB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 1.0.13
Cập Nhật Lần Cuối 2016-03-12
Ngày Phát Hành 2016-03-12
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://chatternoon.com
Loại Thanh Toán free
Trang Web Mở Rộng https://chatternoon.com
URL Trang Trợ Giúp https://chatternoon.com/faq
Ngôn Ngữ Được Hỗ Trợ 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"
}