Chat-Net

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

O que é Chat-Net?

Chat-Net é uma extensão do Chrome desenvolvida por krikenemp, e sua principal característica é "Provides a simple chat network that follows you to any web page.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Chat-Net

Baixe arquivos de extensão Chat-Net no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Chat-Net Chat-Net
ID lafbgpoaabblhjajopeclimloeboglol
URL Oficial https://chromewebstore.google.com/detail/chat-net/lafbgpoaabblhjajopeclimloeboglol
Descrição Provides a simple chat network that follows you to any web page.
Tamanho do Arquivo 51.22 KB
Contagem de Instalações 11
Versão Atual 1.0.4
Última Atualização 2014-05-05
Data de Publicação 2014-05-04
Desenvolvedor krikenemp
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}