ChatterNoon

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

Was ist ChatterNoon?

ChatterNoon ist eine Chrome-Erweiterung, die von http://chatternoon.com entwickelt wurde, und ihr Hauptmerkmal ist "This extension allows you to chat with people who are visiting the same website as you.".

Erweiterungsscreenshots

screenshot
screenshot

ChatterNoon-Erweiterungs-CRX-Datei herunterladen

Laden Sie ChatterNoon-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name ChatterNoon ChatterNoon
ID cemhndphggkokhagoigagmnebmllldcp
Offizielle URL https://chrome.google.com/webstore/detail/chatternoon/cemhndphggkokhagoigagmnebmllldcp
Beschreibung This extension allows you to chat with people who are visiting the same website as you.
Dateigröße 1.3 MB
Installationsanzahl 30
Aktuelle Version 1.0.13
Letztes Update 2016-03-12
Veröffentlichungsdatum 2016-03-12
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://chatternoon.com
Zahlungsart free
Erweiterungswebsite https://chatternoon.com
Hilfeseite URL https://chatternoon.com/faq
Unterstützte Sprachen 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"
}