Chat-Net

Provides a simple chat network that follows you to any web page.

Co to jest Chat-Net?

Chat-Net to rozszerzenie Chrome opracowane przez krikenemp, a jego główną funkcją jest „Provides a simple chat network that follows you to any web page.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Chat-Net

Pobierz pliki rozszerzeń Chat-Net w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Chat-Net Chat-Net
ID lafbgpoaabblhjajopeclimloeboglol
Oficjalny URL https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol
Opis Provides a simple chat network that follows you to any web page.
Rozmiar pliku 51.22 KB
Liczba instalacji 11
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2014-05-05
Data Publikacji 2014-05-04
Deweloper krikenemp
Typ Płatności free
Obsługiwane Języki 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"
            ]
        }
    ]
}