stalk.io

STALK.IO chat widget. You can chat with every one who watch the same web page

O que é stalk.io?

stalk.io é uma extensão do Chrome desenvolvida por stalk software, e sua principal característica é "STALK.IO chat widget. You can chat with every one who watch the same web page".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão stalk.io

Baixe arquivos de extensão stalk.io 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

                        With only one click, You can chat with other people who are watching the same page with you at the same time. 

Visit http://stalk.io for more details.                    

Informações Básicas da Extensão

Nome stalk.io stalk.io
ID kjnhjokbnogkikofagidldnohdbjofoe
URL Oficial https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe
Descrição STALK.IO chat widget. You can chat with every one who watch the same web page
Tamanho do Arquivo 499 KB
Contagem de Instalações 65
Versão Atual 1.0.2
Última Atualização 2014-09-19
Data de Publicação 2014-09-19
Classificação 3.00/5 Total de 4 Avaliações
Desenvolvedor stalk software
Tipo de Pagamento free
Site da Extensão http://stalk.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "stalk.io",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "STALK.IO chat widget. You can chat with every one who watch the same web page",
    "icons": {
        "16": "images\/stalk_16.png",
        "48": "images\/stalk_48.png",
        "128": "images\/stalk_128.png"
    },
    "browser_action": {
        "default_icon": "images\/stalk_16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "stalk.js",
        "images\/stalk_16.png"
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}