stalk.io
STALK.IO chat widget. You can chat with every one who watch the same web page
¿Qué es stalk.io?
stalk.io es una extensión de Chrome desarrollada por stalk software, y su función principal es "STALK.IO chat widget. You can chat with every one who watch the same web page".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión stalk.io
Descarga archivos de extensión stalk.io en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | kjnhjokbnogkikofagidldnohdbjofoe |
URL Oficial | https://chrome.google.com/webstore/detail/stalkio/kjnhjokbnogkikofagidldnohdbjofoe |
Descripción | STALK.IO chat widget. You can chat with every one who watch the same web page |
Tamaño del Archivo | 499 KB |
Cantidad de Instalaciones | 65 |
Versión Actual | 1.0.2 |
Última Actualización | 2014-09-19 |
Fecha de Publicación | 2014-09-19 |
Calificación | 3.00/5 Total de 4 Calificaciones |
Desarrollador | stalk software |
Tipo de Pago | free |
Sitio Web de la Extensión | http://stalk.io |
Idiomas Soportados | 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:\/\/*\/*" ] } |